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