2 writes to result
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2213this.result = pipeHandle; 2342this.result = null; // we need to return null after an abort
3 references to result
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
2305Fx.Assert(this.result == null, "Got an ObjectDisposedException but not an Abort!"); 2349return this.result; 2360if (this.result != null && UnsafeNativeMethods.GetOverlappedResult(this.pipeHandle,