6 references to WriteUInt16
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
169
w.
WriteUInt16
(0 /* 16 bits of reserved space in the spec */);
System.Reflection.Metadata (5)
System\Reflection\Metadata\BlobWriter.cs (3)
278
WriteUInt16
(unchecked((ushort)value));
360
WriteUInt16
((ushort)reference);
406
WriteUInt16
(c);
System\Reflection\Metadata\BlobWriterImpl.cs (2)
180
writer.
WriteUInt16
((char)value);
204
writer.
WriteUInt16
((ushort)value);