1 instantiation of FindAsyncOperationContext
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
820
AsyncOperationContext context = new
FindAsyncOperationContext
(
9 references to FindAsyncOperationContext
System.ServiceModel.Discovery (9)
System\ServiceModel\Discovery\DiscoveryClient.cs (9)
511
if (context is
FindAsyncOperationContext
)
513
this.PostFindCompleted((
FindAsyncOperationContext
)context, true, null);
538
FindAsyncOperationContext
context = this.asyncOperationsLifetimeManager.Remove<
FindAsyncOperationContext
>(operationId);
577
FindAsyncOperationContext
context = null;
578
if (!this.asyncOperationsLifetimeManager.TryLookup<
FindAsyncOperationContext
>(relatesTo, out context))
971
void PostFindCompleted(
FindAsyncOperationContext
context, bool cancelled, Exception error)
1180
if (activeOperations[i] is
FindAsyncOperationContext
)
1182
this.PostFindCompleted((
FindAsyncOperationContext
)activeOperations[i], true, null);