- FindAllReferences/GoToDefinition treats nint and IntPtr as a single type. I assume that's okay (similar behavior for tuples).  - We're currently not highlighting correctly when placing cursor on `nint` (should highlight other `nint` syntax, but only highlights `IntPtr` syntax). - QuickInfo on type shows xml doc from underlying type, which seems incorrect, although minor. Relates to https://github.com/dotnet/roslyn/issues/38821