3 references to WriteUInt32BE
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobWriter.cs (1)
300
WriteUInt32BE
(unchecked((uint)value));
System\Reflection\Metadata\BlobWriterImpl.cs (2)
47
writer.
WriteUInt32BE
(0xc0000000 | value);
104
writer.
WriteUInt32BE
(0xc0000000 | (uint)n);