2 writes to addressTables
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportManager.cs (2)
22this.addressTables = new Dictionary<string, UriPrefixTable<HttpChannelListener>>(); 202addressTables = newAddressTables;
6 references to addressTables
System.ServiceModel (6)
System\ServiceModel\Channels\HttpTransportManager.cs (6)
89foreach (KeyValuePair<string, UriPrefixTable<HttpChannelListener>> pair in this.addressTables) 151Dictionary<string, UriPrefixTable<HttpChannelListener>> localAddressTables = addressTables; 190if (!addressTables.TryGetValue(method, out addressTable)) 194if (!addressTables.TryGetValue(method, out addressTable)) 197new Dictionary<string, UriPrefixTable<HttpChannelListener>>(addressTables); 226if (!addressTables.TryGetValue(((HttpChannelListener)channelListener).Method, out addressTable))