5 references to IsNint
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
1002node.IsNint ? SpecialType.System_IntPtr :
Symbols\AliasSymbol.cs (1)
417(usingDirective.NamespaceOrType.IsNint || usingDirective.NamespaceOrType.IsNuint))
Microsoft.CodeAnalysis.CSharp.Features (1)
Diagnostics\Analyzers\CSharpPreferFrameworkTypeDiagnosticAnalyzer.cs (1)
33=> (node.IsNint || node.IsNuint) && semanticModel.UnifiesNativeIntegers();
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\SyntaxClassification\NameSyntaxClassifier.cs (1)
164if (name.IsNint || name.IsNuint)
Simplification\Simplifiers\NameSimplifier.cs (1)
44if (name.IsVar || name.IsNint || name.IsNuint)