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)
35
if (
_exception
!= null)
36
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_exception
);
73
if (
_exception
!= null)
74
Complete(_completedSynchronously,
_exception
);