2 writes to _asyncReadException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
704_asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue); 712_asyncReadException = exception;
3 references to _asyncReadException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
731if (_asyncReadException != null) 734throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_asyncReadException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
363if (_asyncReadException != null && WcfEventSource.Instance.SocketReadStopIsEnabled())