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