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