1 write to convertFunctionsBatch
System.Management (1)
Instrumentation\Instrumentation.cs (1)
547
convertFunctionsBatch
= new ConvertToWMI[batchSize];
4 references to convertFunctionsBatch
System.Management (4)
Instrumentation\Instrumentation.cs (4)
481
convertFunctionsBatch
[currentIndex++](o);
488
wbemObjects[currentIndex-1] = (IntPtr) fieldInfo.GetValue (
convertFunctionsBatch
[currentIndex-1].Target ) ;
551
convertFunctionsBatch
[i] = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI");
556
fieldInfo =
convertFunctionsBatch
[0].Target.GetType().GetField ("instWbemObjectAccessIP");