3 instantiations of WbemContext
System.Management (3)
managementbaseobject.cs (2)
186
private static WbemContext lockOnFastProx = System.Management.Instrumentation.WMICapabilities.IsWindowsXPOrHigher()?null:new
WbemContext
();
642
IWbemContext ctx = (IWbemContext)new
WbemContext
();
managementnamedvaluecollection.cs (1)
67
wbemContext = (IWbemContext) new
WbemContext
();
1 reference to WbemContext
System.Management (1)
managementbaseobject.cs (1)
186
private static
WbemContext
lockOnFastProx = System.Management.Instrumentation.WMICapabilities.IsWindowsXPOrHigher()?null:new WbemContext();