Earlier quoted context omitted.
If you look at the store code you see a lot of "unsafe" C# code (i.e pointer manipulation)
Shows how flexible C# is. You can trade high-level expressiveness for low-level control where needed and you don't have to deal with any FFI to do it.
Nowadays, I think it's probably the most natural language and platform for teams that need to move on from TypeScript rather than Go or Rust given the similar constructs and idioms.