6 references to UInt16
System.Runtime.Remoting (6)
channels\ipc\ipcmanager.cs (3)
112ReadAndVerifyHeaderFormat("StatusCode", TcpHeaderFormat.UInt16); 146case TcpHeaderFormat.UInt16: ReadUInt16(); break; 217WriteByte(TcpHeaderFormat.UInt16, headerStream);
channels\tcp\tcpsocketmanager.cs (2)
150ReadAndVerifyHeaderFormat("StatusCode", TcpHeaderFormat.UInt16); 184case TcpHeaderFormat.UInt16: ReadUInt16(); break;
channels\tcp\tcpstreams.cs (1)
405WriteByte(TcpHeaderFormat.UInt16, headerStream);