2 writes to GetMethodOrigin_f
System.Management (2)
System\Management\ManagementScope.cs (2)
350LoadDelegate(ref GetMethodOrigin_f, hModule, "GetMethodOrigin") && 419GetMethodOrigin_f = (int _, IntPtr __, string ___, out string ____) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetMethodOrigin_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
341int res = WmiNetUtilsHelper.GetMethodOrigin_f(26, pWbemClassObject, wszMethodName, out pstrClassName);