20 references to ByteKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2351case SyntaxKind.ByteKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28662case SyntaxKind.ByteKeyword: 34089case SyntaxKind.ByteKeyword:
Parser\LanguageParser.cs (1)
2433case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindExtensions.cs (1)
19case SyntaxKind.ByteKeyword:
Syntax\SyntaxKindFacts.cs (3)
321case SyntaxKind.ByteKeyword: 885return SyntaxKind.ByteKeyword; 1586case SyntaxKind.ByteKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
18public static readonly SyntaxToken ByteKeyword = Token(SyntaxKind.ByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
327SyntaxKind.ByteKeyword => PredefinedType.Byte,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ByteKeywordRecommender.cs (1)
14internal sealed class ByteKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.ByteKeyword)
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseSearchValues.cs (1)
149predefinedType.Keyword.IsKind(SyntaxKind.ByteKeyword))
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
713SyntaxKind.ByteKeyword => "Byte",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
42SpecialType.System_Byte => SyntaxKind.ByteKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
18public static readonly SyntaxToken ByteKeyword = Token(SyntaxKind.ByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
327SyntaxKind.ByteKeyword => PredefinedType.Byte,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
29CSharpSyntaxKind.ByteKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
32Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.ByteKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
18public static readonly SyntaxToken ByteKeyword = Token(SyntaxKind.ByteKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
327SyntaxKind.ByteKeyword => PredefinedType.Byte,