18 references to UIntKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2018case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindExtensions.cs (1)
29case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindFacts.cs (3)
295case SyntaxKind.UIntKeyword: 837return SyntaxKind.UIntKeyword; 1477case SyntaxKind.UIntKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
335SyntaxKind.UIntKeyword => PredefinedType.UInt32,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\UIntKeywordRecommender.cs (1)
17: base(SyntaxKind.UIntKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2081TestDelegateWithBuiltInReturnType(SyntaxKind.UIntKeyword); 2127TestDelegateWithBuiltInParameterType(SyntaxKind.UIntKeyword); 3220TestClassMethodWithBuiltInReturnType(SyntaxKind.UIntKeyword); 3285TestClassMethodWithBuiltInParameterType(SyntaxKind.UIntKeyword); 3643TestClassFieldWithBuiltInType(SyntaxKind.UIntKeyword); 4272TestClassPropertyWithBuiltInType(SyntaxKind.UIntKeyword);
Parsing\NameParsingTests.cs (1)
463ParseKnownTypeName(SyntaxKind.UIntKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3459SpecialType.System_UInt32 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.UIntKeyword)),
CSharpSyntaxFacts.cs (1)
335SyntaxKind.UIntKeyword => PredefinedType.UInt32,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
758SyntaxKind.UIntKeyword => "UInt32",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47SpecialType.System_UInt32 => SyntaxKind.UIntKeyword,