18 references to SByteKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2352case SyntaxKind.SByteKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28663case SyntaxKind.SByteKeyword: 34090case SyntaxKind.SByteKeyword:
Parser\LanguageParser.cs (1)
2456case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
21case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
322case SyntaxKind.SByteKeyword: 887return SyntaxKind.SByteKeyword; 1588case SyntaxKind.SByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.SByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
328SyntaxKind.SByteKeyword => PredefinedType.SByte,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\SByteKeywordRecommender.cs (1)
14internal sealed class SByteKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.SByteKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
714SyntaxKind.SByteKeyword => "SByte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
43SpecialType.System_SByte => SyntaxKind.SByteKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.SByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
328SyntaxKind.SByteKeyword => PredefinedType.SByte,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
79CSharpSyntaxKind.SByteKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
90public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.SByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
328SyntaxKind.SByteKeyword => PredefinedType.SByte,