1 write to convertFunctionNoBatch
System.Management (1)
Instrumentation\Instrumentation.cs (1)
609convertFunctionNoBatch = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI");
4 references to convertFunctionNoBatch
System.Management (4)
Instrumentation\Instrumentation.cs (4)
466 convertFunctionNoBatch(o); 473 wbemObjects[0] = (IntPtr) fieldInfo.GetValue ( convertFunctionNoBatch.Target ) ; 562 fieldInfo = convertFunctionNoBatch.Target.GetType().GetField ("instWbemObjectAccessIP"); 563wbemObjects[0] = ExtractIntPtr(convertFunctionNoBatch.Target);