1 write to _timeoutErrorString
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
168
_timeoutErrorString
= timeoutErrorString;
4 references to _timeoutErrorString
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);
190
if (
_timeoutErrorString
!= null)
192
return ConvertTimeoutErrorException(originalException, transferOperation,
_timeoutErrorString
, _timeoutErrorTransferOperation);