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)
428
if (
_asyncWriteException
!= null)
431
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_asyncWriteException
);