16 references to ByteKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2304case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
19case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
320case SyntaxKind.ByteKeyword: 855return SyntaxKind.ByteKeyword; 1503case SyntaxKind.ByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
16public static readonly SyntaxToken ByteKeyword = Token(SyntaxKind.ByteKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
328SyntaxKind.ByteKeyword => PredefinedType.Byte,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ByteKeywordRecommender.cs (1)
17: base(SyntaxKind.ByteKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\CollectionExpressionParsingTests.cs (2)
16885N(SyntaxKind.ByteKeyword); 16994N(SyntaxKind.ByteKeyword);
Parsing\NameParsingTests.cs (1)
458ParseKnownTypeName(SyntaxKind.ByteKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
752SyntaxKind.ByteKeyword => "Byte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
42SpecialType.System_Byte => SyntaxKind.ByteKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
16public static readonly SyntaxToken ByteKeyword = Token(SyntaxKind.ByteKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
328SyntaxKind.ByteKeyword => PredefinedType.Byte,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
32Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ByteKeyword))