7 writes to _pendingException
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (7)
519
ThrowOnPendingException(ref
_pendingException
);
542
ThrowOnPendingException(ref
_pendingException
);
592
_pendingException
= FxTrace.Exception.AsError(new QuotaExceededException(string.Format(SRServiceModel.MaxReceivedMessageSizeExceeded, _maxBufferSize)));
644
_pendingException
= WebSocketHelper.ConvertAndTraceException(ex, TimeSpan.MaxValue, WebSocketHelper.ReceiveOperation);
698
_pendingException
= ex;
792
_pendingException
= WebSocketHelper.ConvertAndTraceException(ex, _asyncReceiveTimeout, WebSocketHelper.ReceiveOperation);
815
ThrowOnPendingException(ref
_pendingException
);
2 references to _pendingException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
696
if (ex != null &&
_pendingException
== null)
745
if (
_pendingException
== null)