20 references to UIntKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2333case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindExtensions.cs (1)
29case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindFacts.cs (3)
323case SyntaxKind.UIntKeyword: 865return SyntaxKind.UIntKeyword; 1513case SyntaxKind.UIntKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.UIntKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331SyntaxKind.UIntKeyword => PredefinedType.UInt32,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\UIntKeywordRecommender.cs (1)
17: base(SyntaxKind.UIntKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Parsing\DeclarationParsingTests.cs (6)
2081TestDelegateWithBuiltInReturnType(SyntaxKind.UIntKeyword); 2127TestDelegateWithBuiltInParameterType(SyntaxKind.UIntKeyword); 3220TestClassMethodWithBuiltInReturnType(SyntaxKind.UIntKeyword); 3285TestClassMethodWithBuiltInParameterType(SyntaxKind.UIntKeyword); 3643TestClassFieldWithBuiltInType(SyntaxKind.UIntKeyword); 4272TestClassPropertyWithBuiltInType(SyntaxKind.UIntKeyword);
Parsing\DeclarationParsingTests_MissingIdentifiers.cs (1)
1884N(SyntaxKind.UIntKeyword);
Parsing\NameParsingTests.cs (1)
461ParseKnownTypeName(SyntaxKind.UIntKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
757SyntaxKind.UIntKeyword => "UInt32",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
45SpecialType.System_UInt32 => SyntaxKind.UIntKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.UIntKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331SyntaxKind.UIntKeyword => PredefinedType.UInt32,