1 write to _errorCode
System.Runtime.Remoting (1)
channels\ipc\ipcport.cs (1)
270asyncResult._errorCode = (int)errorCode;
2 references to _errorCode
System.Runtime.Remoting (2)
channels\ipc\ipcport.cs (2)
289if (ar._errorCode != 0) 290throw new RemotingException(String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Ipc_ReadFailure"), GetMessage(ar._errorCode)));