2 references to GetAll
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (1)
91foreach (KeyValuePair<BaseUriWithWildcard, TChannelListener> pair in addressTable.GetAll())
System\ServiceModel\Channels\UriPrefixTable.cs (1)
46foreach (KeyValuePair<BaseUriWithWildcard, TItem> current in objectToClone.GetAll())