19 references to ShortKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2355case SyntaxKind.ShortKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28666case SyntaxKind.ShortKeyword: 34093case SyntaxKind.ShortKeyword:
Parser\LanguageParser.cs (1)
2458case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindExtensions.cs (1)
23case SyntaxKind.ShortKeyword:
Syntax\SyntaxKindFacts.cs (3)
325case SyntaxKind.ShortKeyword: 889return SyntaxKind.ShortKeyword; 1590case SyntaxKind.ShortKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94public static readonly SyntaxToken ShortKeyword = Token(SyntaxKind.ShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331SyntaxKind.ShortKeyword => PredefinedType.Int16,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ShortKeywordRecommender.cs (1)
14internal sealed class ShortKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.ShortKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
715SyntaxKind.ShortKeyword => "Int16",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
46SpecialType.System_Int16 => SyntaxKind.ShortKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94public static readonly SyntaxToken ShortKeyword = Token(SyntaxKind.ShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331SyntaxKind.ShortKeyword => PredefinedType.Int16,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
39CSharpSyntaxKind.ShortKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
42Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ShortKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
94public static readonly SyntaxToken ShortKeyword = Token(SyntaxKind.ShortKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
331SyntaxKind.ShortKeyword => PredefinedType.Int16,