1 write to _errorCode
System.Core (1)
System\IO\Pipes\Pipe.cs (1)
898
asyncResult.
_errorCode
= (int)errorCode;
3 references to _errorCode
System.Core (3)
System\IO\Pipes\Pipe.cs (3)
763
if (afsar.
_errorCode
!= 0) {
764
if (afsar.
_errorCode
== UnsafeNativeMethods.ERROR_OPERATION_ABORTED) {
769
__Error.WinIOError(afsar.
_errorCode
, String.Empty);