5 references to IsNuint
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
1003
node.
IsNuint
? SpecialType.System_UIntPtr : SpecialType.None;
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)
164
if (name.IsNint || name.
IsNuint
)
Simplification\Simplifiers\NameSimplifier.cs (1)
44
if (name.IsVar || name.IsNint || name.
IsNuint
)