18 references to UIntKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2354case SyntaxKind.UIntKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28665case SyntaxKind.UIntKeyword: 34092case SyntaxKind.UIntKeyword:
Parser\LanguageParser.cs (1)
2462case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindExtensions.cs (1)
29case SyntaxKind.UIntKeyword:
Syntax\SyntaxKindFacts.cs (3)
324case SyntaxKind.UIntKeyword: 895return SyntaxKind.UIntKeyword; 1596case SyntaxKind.UIntKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
102public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.UIntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
330SyntaxKind.UIntKeyword => PredefinedType.UInt32,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\UIntKeywordRecommender.cs (1)
14internal sealed class UIntKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.UIntKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
718SyntaxKind.UIntKeyword => "UInt32",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
45SpecialType.System_UInt32 => SyntaxKind.UIntKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
102public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.UIntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
330SyntaxKind.UIntKeyword => PredefinedType.UInt32,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
66CSharpSyntaxKind.UIntKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
102public static readonly SyntaxToken UIntKeyword = Token(SyntaxKind.UIntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
330SyntaxKind.UIntKeyword => PredefinedType.UInt32,