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)
731
if (
_asyncReadException
!= null)
734
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_asyncReadException
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
363
if (
_asyncReadException
!= null && WcfEventSource.Instance.SocketReadStopIsEnabled())