2 writes to _asyncWriteException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
464_asyncWriteException = ConvertSendException(socketException, TimeSpan.MaxValue); 473_asyncWriteException = exception;
2 references to _asyncWriteException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
428if (_asyncWriteException != null) 431throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_asyncWriteException);