1 write to usedRetrievers
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
504
this.
usedRetrievers
= new Dictionary<MetadataRetriever, MetadataRetriever>();
3 references to usedRetrievers
System.ServiceModel (3)
System\ServiceModel\Description\MetadataExchangeClient.cs (3)
520
get { return this.
usedRetrievers
.Count == this.maxResolvedReferences; }
636
return this.
usedRetrievers
.ContainsKey(retriever);
641
this.
usedRetrievers
.Add(retriever, retriever);