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