19 references to UShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2336case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
25case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
325case SyntaxKind.UShortKeyword: 861return SyntaxKind.UShortKeyword; 1509case SyntaxKind.UShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.UShortKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333SyntaxKind.UShortKeyword => PredefinedType.UInt16,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\UShortKeywordRecommender.cs (1)
18: base(SyntaxKind.UShortKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2083TestDelegateWithBuiltInReturnType(SyntaxKind.UShortKeyword); 2129TestDelegateWithBuiltInParameterType(SyntaxKind.UShortKeyword); 3222TestClassMethodWithBuiltInReturnType(SyntaxKind.UShortKeyword); 3287TestClassMethodWithBuiltInParameterType(SyntaxKind.UShortKeyword); 3645TestClassFieldWithBuiltInType(SyntaxKind.UShortKeyword); 4274TestClassPropertyWithBuiltInType(SyntaxKind.UShortKeyword);
Parsing\NameParsingTests.cs (1)
461ParseKnownTypeName(SyntaxKind.UShortKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
755SyntaxKind.UShortKeyword => "UInt16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47SpecialType.System_UInt16 => SyntaxKind.UShortKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.UShortKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333SyntaxKind.UShortKeyword => PredefinedType.UInt16,