1 write to list
System.ServiceModel (1)
System\ServiceModel\Channels\UniqueTransportManagerRegistration.cs (1)
18
this.
list
= new List<TransportManager>();
2 references to list
System.ServiceModel (2)
System\ServiceModel\Channels\UniqueTransportManagerRegistration.cs (2)
19
this.
list
.Add(uniqueManager);
24
return
list
;