2 writes to GetMethod_f
System.Management (2)
System\Management\ManagementScope.cs (2)
343LoadDelegate(ref GetMethod_f, hModule, "GetMethod") && 412GetMethod_f = (int _, IntPtr __, string ___, int ____, out IntPtr _____, out IntPtr ______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetMethod_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
254int hResult = WmiNetUtilsHelper.GetMethod_f(19, pWbemClassObject, wszName, lFlags, out pInSignature, out pOutSignature);