20 references to UIntKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2333
case SyntaxKind.
UIntKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
29
case SyntaxKind.
UIntKeyword
:
Syntax\SyntaxKindFacts.cs (3)
323
case SyntaxKind.
UIntKeyword
:
865
return SyntaxKind.
UIntKeyword
;
1513
case SyntaxKind.
UIntKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90
public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.
UIntKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331
SyntaxKind.
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)
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\DeclarationParsingTests_MissingIdentifiers.cs (1)
1884
N(SyntaxKind.
UIntKeyword
);
Parsing\NameParsingTests.cs (1)
461
ParseKnownTypeName(SyntaxKind.
UIntKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
757
SyntaxKind.
UIntKeyword
=> "UInt32",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
45
SpecialType.System_UInt32 => SyntaxKind.
UIntKeyword
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90
public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.
UIntKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331
SyntaxKind.
UIntKeyword
=> PredefinedType.UInt32,