18 references to ShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2014case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
23case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
296case SyntaxKind.ShortKeyword: 831return SyntaxKind.ShortKeyword; 1471case SyntaxKind.ShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
336SyntaxKind.ShortKeyword => PredefinedType.Int16,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ShortKeywordRecommender.cs (1)
17: base(SyntaxKind.ShortKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2082TestDelegateWithBuiltInReturnType(SyntaxKind.ShortKeyword); 2128TestDelegateWithBuiltInParameterType(SyntaxKind.ShortKeyword); 3221TestClassMethodWithBuiltInReturnType(SyntaxKind.ShortKeyword); 3286TestClassMethodWithBuiltInParameterType(SyntaxKind.ShortKeyword); 3644TestClassFieldWithBuiltInType(SyntaxKind.ShortKeyword); 4273TestClassPropertyWithBuiltInType(SyntaxKind.ShortKeyword);
Parsing\NameParsingTests.cs (1)
460ParseKnownTypeName(SyntaxKind.ShortKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3451SpecialType.System_Int16 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ShortKeyword)),
CSharpSyntaxFacts.cs (1)
336SyntaxKind.ShortKeyword => PredefinedType.Int16,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
755SyntaxKind.ShortKeyword => "Int16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
48SpecialType.System_Int16 => SyntaxKind.ShortKeyword,