3 references to WriteUInt32BE
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobBuilder.cs (1)
877
WriteUInt32BE
(unchecked((uint)value));
System\Reflection\Metadata\BlobWriterImpl.cs (2)
70
writer.
WriteUInt32BE
(0xc0000000 | value);
138
writer.
WriteUInt32BE
(0xc0000000 | (uint)n);