1 write to matchingEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (1)
424this.matchingEndpoints = new InputQueue<EndpointDiscoveryMetadata>();
2 references to matchingEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (2)
432return this.matchingEndpoints; 447this.matchingEndpoints.EnqueueAndDispatch(matchingEndpoint, null, false);