1 write to _exception
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
82_exception = exception;
4 references to _exception
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
35if (_exception != null) 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_exception); 73if (_exception != null) 74Complete(_completedSynchronously, _exception);