18 references to UShortKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2356case SyntaxKind.UShortKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28667case SyntaxKind.UShortKeyword: 34094case SyntaxKind.UShortKeyword:
Parser\LanguageParser.cs (1)
2465case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
25case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
326case SyntaxKind.UShortKeyword: 891return SyntaxKind.UShortKeyword; 1592case SyntaxKind.UShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
106public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.UShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
332SyntaxKind.UShortKeyword => PredefinedType.UInt16,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\UShortKeywordRecommender.cs (1)
15internal sealed class UShortKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.UShortKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
716SyntaxKind.UShortKeyword => "UInt16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47SpecialType.System_UInt16 => SyntaxKind.UShortKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
106public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.UShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
332SyntaxKind.UShortKeyword => PredefinedType.UInt16,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
50CSharpSyntaxKind.UShortKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
106public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.UShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
332SyntaxKind.UShortKeyword => PredefinedType.UInt16,