18 references to SByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2012case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
21case SyntaxKind.SByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
293case SyntaxKind.SByteKeyword: 829return SyntaxKind.SByteKeyword; 1469case SyntaxKind.SByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
333SyntaxKind.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)
459ParseKnownTypeName(SyntaxKind.SByteKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3455SpecialType.System_SByte => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.SByteKeyword)),
CSharpSyntaxFacts.cs (1)
333SyntaxKind.SByteKeyword => PredefinedType.SByte,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
754SyntaxKind.SByteKeyword => "SByte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
45SpecialType.System_SByte => SyntaxKind.SByteKeyword,