19 references to SByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2327
case SyntaxKind.
SByteKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
21
case SyntaxKind.
SByteKeyword
:
Syntax\SyntaxKindFacts.cs (3)
321
case SyntaxKind.
SByteKeyword
:
857
return SyntaxKind.
SByteKeyword
;
1505
case SyntaxKind.
SByteKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
78
public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.
SByteKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329
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)
457
ParseKnownTypeName(SyntaxKind.
SByteKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
753
SyntaxKind.
SByteKeyword
=> "SByte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
43
SpecialType.System_SByte => SyntaxKind.
SByteKeyword
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
78
public static readonly SyntaxToken SByteKeyword = Token(SyntaxKind.
SByteKeyword
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329
SyntaxKind.
SByteKeyword
=> PredefinedType.SByte,