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