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