2 writes to BeginEnumeration_f
System.Management (2)
System\Management\ManagementScope.cs (2)
332LoadDelegate(ref BeginEnumeration_f, hModule, "BeginEnumeration") && 401BeginEnumeration_f = (_, __, ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to BeginEnumeration_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
137int res = WmiNetUtilsHelper.BeginEnumeration_f(8, pWbemClassObject, lEnumFlags);