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