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