1 write to _exception
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
113
_exception
= exception;
2 references to _exception
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
100
if (
_exception
!= null)
102
Complete(_completedSynchronously,
_exception
);