1 write to wmiChannels
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
305
this.
wmiChannels
= new SynchronizedCollection<IChannel>();
3 references to wmiChannels
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (3)
299
if (this.
wmiChannels
== null)
303
if (this.
wmiChannels
== null)
309
return this.
wmiChannels
;