2 instantiations of WbemContext
System.Management (2)
System\Management\ManagementBaseObject.cs (1)
611IWbemContext ctx = (IWbemContext)new WbemContext();
System\Management\ManagementNamedValueCollection.cs (1)
73wbemContext = (IWbemContext)new WbemContext();
1 reference to WbemContext
System.Management (1)
System\Management\ManagementBaseObject.cs (1)
187private static readonly WbemContext lockOnFastProx; // RemovedDuringPort System.Management.Instrumentation.WMICapabilities.IsWindowsXPOrHigher()?null:new WbemContext();