18 references to UShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2021case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
25case SyntaxKind.UShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
297case SyntaxKind.UShortKeyword: 833return SyntaxKind.UShortKeyword; 1473case SyntaxKind.UShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
337SyntaxKind.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)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3458SpecialType.System_UInt16 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.UShortKeyword)),
CSharpSyntaxFacts.cs (1)
337SyntaxKind.UShortKeyword => PredefinedType.UInt16,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
756SyntaxKind.UShortKeyword => "UInt16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
49SpecialType.System_UInt16 => SyntaxKind.UShortKeyword,