2 writes to GetPropertyOrigin_f
System.Management (2)
System\Management\ManagementScope.cs (2)
341LoadDelegate(ref GetPropertyOrigin_f, hModule, "GetPropertyOrigin") && 410GetPropertyOrigin_f = (int _, IntPtr __, string ___, out string ____) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to GetPropertyOrigin_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
236int res = WmiNetUtilsHelper.GetPropertyOrigin_f(17, pWbemClassObject, wszName, out pstrClassName);