20 references to ShortKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2329case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
23case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
324case SyntaxKind.ShortKeyword: 859return SyntaxKind.ShortKeyword; 1507case SyntaxKind.ShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
82public static readonly SyntaxToken ShortKeyword = Token(SyntaxKind.ShortKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
332SyntaxKind.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)
458ParseKnownTypeName(SyntaxKind.ShortKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
754SyntaxKind.ShortKeyword => "Int16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
46SpecialType.System_Int16 => SyntaxKind.ShortKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
82public static readonly SyntaxToken ShortKeyword = Token(SyntaxKind.ShortKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
332SyntaxKind.ShortKeyword => PredefinedType.Int16,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
42Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ShortKeyword))