2 writes to fieldInfo
System.Management (2)
Instrumentation\Instrumentation.cs (2)
556 fieldInfo = convertFunctionsBatch[0].Target.GetType().GetField ("instWbemObjectAccessIP"); 562 fieldInfo = convertFunctionNoBatch.Target.GetType().GetField ("instWbemObjectAccessIP");
2 references to fieldInfo
System.Management (2)
Instrumentation\Instrumentation.cs (2)
473 wbemObjects[0] = (IntPtr) fieldInfo.GetValue ( convertFunctionNoBatch.Target ) ; 488 wbemObjects[currentIndex-1] = (IntPtr) fieldInfo.GetValue ( convertFunctionsBatch[currentIndex-1].Target ) ;