1 write to _stackedRetrievers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
470
_stackedRetrievers
= new Stack<MetadataRetriever>();
4 references to _stackedRetrievers
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (4)
480
get { return
_stackedRetrievers
; }
509
_stackedRetrievers
.Push(retriever);
522
_stackedRetrievers
.Push(retriever);
594
_stackedRetrievers
.Push(retriever);