1 write to matchingEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ProbeRequestResponseAsyncResult.cs (1)
127this.matchingEndpoints = new Collection<EndpointDiscoveryMetadata>();
2 references to matchingEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\ProbeRequestResponseAsyncResult.cs (2)
135return this.matchingEndpoints; 150this.matchingEndpoints.Add(matchingEndpoint);