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