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