2 writes to NextMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
347
LoadDelegate(ref
NextMethod_f
, hModule, "NextMethod") &&
416
NextMethod_f
= (int _, IntPtr __, int ___, out string ____, out IntPtr _____, out IntPtr ______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to NextMethod_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
302
int hResult = WmiNetUtilsHelper.
NextMethod_f
(23, pWbemClassObject, lFlags, out pstrName, out pInSignature, out pOutSignature);