10 references to ReadUInt16
System.Runtime.Remoting (10)
channels\ipc\ipcmanager.cs (4)
83UInt16 headerType = ReadUInt16(); 114UInt16 statusCode = ReadUInt16(); 146case TcpHeaderFormat.UInt16: ReadUInt16(); break; 163headerType = ReadUInt16();
channels\tcp\tcpsocketmanager.cs (6)
85operation = ReadUInt16(); 94UInt16 header = ReadUInt16(); 121UInt16 headerType = ReadUInt16(); 152UInt16 statusCode = ReadUInt16(); 184case TcpHeaderFormat.UInt16: ReadUInt16(); break; 201headerType = ReadUInt16();