2 references to UInt32_1Byte
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
183case TypeCode.UInt32_1Byte: return (uint)ReadByte();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (1)
393WriteByte((byte)TypeCode.UInt32_1Byte);