4 references to Byte
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
332SyntaxKind.ByteKeyword => PredefinedType.Byte,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
331Return PredefinedType.Byte
Microsoft.CodeAnalysis.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
19SpecialType.System_Byte => PredefinedType.Byte,
PredefinedTypeExtensions.cs (1)
19PredefinedType.Byte => SpecialType.System_Byte,