12 references to ByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
1989
case SyntaxKind.
ByteKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
19
case SyntaxKind.
ByteKeyword
:
Syntax\SyntaxKindFacts.cs (3)
292
case SyntaxKind.
ByteKeyword
:
827
return SyntaxKind.
ByteKeyword
;
1467
case SyntaxKind.
ByteKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
332
SyntaxKind.
ByteKeyword
=> PredefinedType.Byte,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ByteKeywordRecommender.cs (1)
17
: base(SyntaxKind.
ByteKeyword
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\NameParsingTests.cs (1)
458
ParseKnownTypeName(SyntaxKind.
ByteKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3447
SpecialType.System_Byte => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.
ByteKeyword
)),
CSharpSyntaxFacts.cs (1)
332
SyntaxKind.
ByteKeyword
=> PredefinedType.Byte,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
753
SyntaxKind.
ByteKeyword
=> "Byte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
44
SpecialType.System_Byte => SyntaxKind.
ByteKeyword
,