2 references to Int32_1Byte
Metrics.Legacy (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)
388WriteByte((byte)TypeCode.Int32_1Byte);