2 writes to GetMethodQualifierSet_f
System.Management (2)
System\Management\ManagementScope.cs (2)
349LoadDelegate(ref GetMethodQualifierSet_f, hModule, "GetMethodQualifierSet") && 418GetMethodQualifierSet_f = (int _, IntPtr __, string ___, out IntPtr ____) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetMethodQualifierSet_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
329int hResult = WmiNetUtilsHelper.GetMethodQualifierSet_f(25, pWbemClassObject, wszMethod, out pQualSet);