1 write to _timeoutErrorTransferOperation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
169
_timeoutErrorTransferOperation
= transferOperation;
3 references to _timeoutErrorTransferOperation
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
173
TransferOperation.Write, _aborted, _timeoutErrorString,
_timeoutErrorTransferOperation
, this, remainingTime);
179
TransferOperation.Read, _aborted, _timeoutErrorString,
_timeoutErrorTransferOperation
, this, remainingTime);
192
return ConvertTimeoutErrorException(originalException, transferOperation, _timeoutErrorString,
_timeoutErrorTransferOperation
);