1 write to _aborted
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
93
_aborted
= true;
3 references to _aborted
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
623
else if (
_aborted
)
636
TransferOperation.Write,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
642
TransferOperation.Read,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);