19 references to UShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2336
case SyntaxKind.
UShortKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
25
case SyntaxKind.
UShortKeyword
:
Syntax\SyntaxKindFacts.cs (3)
325
case SyntaxKind.
UShortKeyword
:
861
return SyntaxKind.
UShortKeyword
;
1509
case SyntaxKind.
UShortKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94
public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.
UShortKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333
SyntaxKind.
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)
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)
755
SyntaxKind.
UShortKeyword
=> "UInt16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47
SpecialType.System_UInt16 => SyntaxKind.
UShortKeyword
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94
public static readonly SyntaxToken UShortKeyword = Token(SyntaxKind.
UShortKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
333
SyntaxKind.
UShortKeyword
=> PredefinedType.UInt16,