4 references to WriteUInt16BE
System.Reflection.Metadata (4)
System\Reflection\Metadata\BlobBuilder.cs (1)
864
WriteUInt16BE
(unchecked((ushort)value));
System\Reflection\Metadata\BlobWriterImpl.cs (2)
66
writer.
WriteUInt16BE
((ushort)(0x8000 | value));
133
writer.
WriteUInt16BE
((ushort)(0x8000 | n));
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
67
CodeBuilder.
WriteUInt16BE
((ushort)code);