1 write to stackedRetrievers
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
505
this.
stackedRetrievers
= new Stack<MetadataRetriever>();
4 references to stackedRetrievers
System.ServiceModel (4)
System\ServiceModel\Description\MetadataExchangeClient.cs (4)
515
get { return this.
stackedRetrievers
; }
545
this.
stackedRetrievers
.Push(retriever);
558
this.
stackedRetrievers
.Push(retriever);
630
this.
stackedRetrievers
.Push(retriever);