19 references to SByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2327case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
21case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
321case SyntaxKind.SByteKeyword: 857return SyntaxKind.SByteKeyword; 1505case SyntaxKind.SByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
78public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.SByteKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329SyntaxKind.SByteKeyword => PredefinedType.SByte,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\SByteKeywordRecommender.cs (1)
17: base(SyntaxKind.SByteKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2079TestDelegateWithBuiltInReturnType(SyntaxKind.SByteKeyword); 2125TestDelegateWithBuiltInParameterType(SyntaxKind.SByteKeyword); 3218TestClassMethodWithBuiltInReturnType(SyntaxKind.SByteKeyword); 3283TestClassMethodWithBuiltInParameterType(SyntaxKind.SByteKeyword); 3641TestClassFieldWithBuiltInType(SyntaxKind.SByteKeyword); 4270TestClassPropertyWithBuiltInType(SyntaxKind.SByteKeyword);
Parsing\NameParsingTests.cs (1)
457ParseKnownTypeName(SyntaxKind.SByteKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
753SyntaxKind.SByteKeyword => "SByte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
43SpecialType.System_SByte => SyntaxKind.SByteKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
78public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.SByteKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329SyntaxKind.SByteKeyword => PredefinedType.SByte,