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