4 references to WmiChannels
System.ServiceModel (4)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
110
channelsCount += instanceContext.
WmiChannels
.Count;
111
foreach (IChannel channel in instanceContext.
WmiChannels
)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1554
this.WmiInstanceContext.
WmiChannels
.Remove((IChannel)this.proxy);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
386
current.InstanceContext.
WmiChannels
.Add((IChannel)serviceChannel.Proxy);