6 instantiations of WbemInstance
System.ServiceModel (6)
System\ServiceModel\Administration\WbemProvider.cs (6)
224
WbemInstance wbemInstance = new
WbemInstance
(parms, objPathRegex);
348
WbemInstance wbemInstance = new
WbemInstance
(parms, wbemObject);
405
WbemInstance wbemInstance = new
WbemInstance
(parms, objPathRegex);
616
WbemInstance wbemInstance = new
WbemInstance
(parms, objPathRegex);
670
return new InstanceContext(new
WbemInstance
(this.parms, className));
696
return new InstanceContext(new
WbemInstance
(this.wbemInstance, className));
8 references to WbemInstance
System.ServiceModel (8)
System\ServiceModel\Administration\WbemProvider.cs (8)
224
WbemInstance
wbemInstance = new WbemInstance(parms, objPathRegex);
348
WbemInstance
wbemInstance = new WbemInstance(parms, wbemObject);
405
WbemInstance
wbemInstance = new WbemInstance(parms, objPathRegex);
616
WbemInstance
wbemInstance = new WbemInstance(parms, objPathRegex);
682
WbemInstance
wbemInstance;
684
internal InstanceContext(
WbemInstance
wbemInstance)
718
internal MethodContext(ParameterContext parms, string methodName, WbemNative.IWbemClassObject wbemInParms,
WbemInstance
wbemInstance)
887
internal WbemInstance(
WbemInstance
wbemInstance, string className)