1 write to _wmiChannels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
158
_wmiChannels
= new SynchronizedCollection<IChannel>();
3 references to _wmiChannels
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (3)
152
if (
_wmiChannels
== null)
156
if (
_wmiChannels
== null)
162
return
_wmiChannels
;