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