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