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