1 write to _exception
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
107
_exception
= exception;
2 references to _exception
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
98
if (
_exception
!= null)
99
Complete(_completedSynchronously,
_exception
);