18 references to UShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2389
case SyntaxKind.
UShortKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
25
case SyntaxKind.
UShortKeyword
:
Syntax\SyntaxKindFacts.cs (3)
326
case SyntaxKind.
UShortKeyword
:
864
return SyntaxKind.
UShortKeyword
;
1515
case SyntaxKind.
UShortKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
99
public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.
UShortKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
325
SyntaxKind.
UShortKeyword
=> PredefinedType.UInt16,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2083
TestDelegateWithBuiltInReturnType(SyntaxKind.
UShortKeyword
);
2129
TestDelegateWithBuiltInParameterType(SyntaxKind.
UShortKeyword
);
3222
TestClassMethodWithBuiltInReturnType(SyntaxKind.
UShortKeyword
);
3287
TestClassMethodWithBuiltInParameterType(SyntaxKind.
UShortKeyword
);
3645
TestClassFieldWithBuiltInType(SyntaxKind.
UShortKeyword
);
4274
TestClassPropertyWithBuiltInType(SyntaxKind.
UShortKeyword
);
Parsing\NameParsingTests.cs (1)
459
ParseKnownTypeName(SyntaxKind.
UShortKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
761
SyntaxKind.
UShortKeyword
=> "UInt16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47
SpecialType.System_UInt16 => SyntaxKind.
UShortKeyword
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
99
public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.
UShortKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
325
SyntaxKind.
UShortKeyword
=> PredefinedType.UInt16,