1 write to _exception
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
97
_exception
= exception;
4 references to _exception
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
36
if (
_exception
!= null)
38
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_exception
);
84
if (
_exception
!= null)
86
Complete(_completedSynchronously,
_exception
);