2 references to Int32_1Byte
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
168case TypeCode.Int32_1Byte: return (int)ReadByte();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (1)
370WriteByte((byte)TypeCode.Int32_1Byte);