12 references to ByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
1989case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
19case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
292case SyntaxKind.ByteKeyword: 827return SyntaxKind.ByteKeyword; 1467case SyntaxKind.ByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
332SyntaxKind.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)
458ParseKnownTypeName(SyntaxKind.ByteKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3447SpecialType.System_Byte => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ByteKeyword)),
CSharpSyntaxFacts.cs (1)
332SyntaxKind.ByteKeyword => PredefinedType.Byte,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
753SyntaxKind.ByteKeyword => "Byte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
44SpecialType.System_Byte => SyntaxKind.ByteKeyword,