2 writes to NextMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
347LoadDelegate(ref NextMethod_f, hModule, "NextMethod") && 416NextMethod_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)
302int hResult = WmiNetUtilsHelper.NextMethod_f(23, pWbemClassObject, lFlags, out pstrName, out pInSignature, out pOutSignature);