5 references to GetGacEnumerator
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\GlobalAssemblyCache.cs (5)
32internal static readonly GetGacEnumerator gacEnumerator = GetGacNativeEnumerator;
56private static string GetLocationImpl(AssemblyNameExtension assemblyName, string targetProcessorArchitecture, GetAssemblyRuntimeVersion getRuntimeVersion, Version targetedRuntime, FileExists fileExists, GetPathFromFusionName getPathFromFusionName, GetGacEnumerator getGacEnumerator, bool specificVersion)
118private static SortedDictionary<Version, SortedDictionary<AssemblyNameExtension, string>> GenerateListOfAssembliesByRuntime(string strongName, GetAssemblyRuntimeVersion getRuntimeVersion, Version targetedRuntime, FileExists fileExists, GetPathFromFusionName getPathFromFusionName, GetGacEnumerator getGacEnumerator, bool specificVersion)
250GetGacEnumerator getGacEnumerator,
279GetGacEnumerator getGacEnumerator,