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