5 references to UInt32
Microsoft.CodeAnalysis (5)
Serialization\ObjectReader.cs (2)
258case TypeCode.UInt32: return _reader.ReadUInt32(); 501case TypeCode.UInt32: return ReadUInt32ArrayElements(CreateArray<uint>(length));
Serialization\ObjectWriter.cs (3)
376_writer.Write((byte)TypeCode.UInt32); 655case TypeCode.UInt32: 941{ typeof(uint), TypeCode.UInt32 },