4 references to FindAsync
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\DiscoveryClient.cs (3)
396this.FindAsync(criteria, syncOperationState); 406this.FindAsync(criteria, null); 441this.FindAsync(criteria, taskAsyncOperationState);
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
343this.discoveryClient.FindAsync(this.findCriteria, this);