3 references to UInt32_0
Microsoft.CodeAnalysis.CodeStyle (3)
ObjectReader.cs (2)
261case TypeCode.UInt32_0: 272return (uint)((int)code - (int)TypeCode.UInt32_0);
ObjectWriter.cs (1)
362_writer.Write((byte)((int)TypeCode.UInt32_0 + v));