2 writes to Clone_f
System.Management (2)
System\Management\ManagementScope.cs (2)
336LoadDelegate(ref Clone_f, hModule, "Clone") && 405Clone_f = (int _, IntPtr __, out IntPtr ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to Clone_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
178int hResult = WmiNetUtilsHelper.Clone_f(12, pWbemClassObject, out pWbemClassObjectNew);