2 writes to transportManagers
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (2)
182this.transportManagers = new List<TransportManager>(); 189this.transportManagers = new List<TransportManager>();
8 references to transportManagers
System.ServiceModel (8)
System\ServiceModel\Channels\TransportManager.cs (8)
190for (int i = 0; i < source.transportManagers.Count; i++) 192this.transportManagers.Add(source.transportManagers[i]); 203if (source.transportManagers.Count > 0) 206source.transportManagers.Clear(); 248this.transportManagers.Add(transportManager); 285transportManagersCopy = new List<TransportManager>(this.transportManagers); 286this.transportManagers.Clear();