1 write to _aborted
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
170
_aborted
= true;
4 references to _aborted
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (4)
173
TransferOperation.Write,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
179
TransferOperation.Read,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
194
else if (
_aborted
)
398
if (_readBuffer != null && !
_aborted
)