5 references to AssemblyCacheFlags
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\GlobalAssemblyCache.cs (2)
382NativeMethods.GetCachePath(AssemblyCacheFlags.GAC, null, ref gacPathLength); 384NativeMethods.GetCachePath(AssemblyCacheFlags.GAC, gacPath, ref gacPathLength);
NativeMethods.cs (3)
684AssemblyCacheFlags flags, 707internal static extern unsafe int GetCachePath(AssemblyCacheFlags cacheFlags, [Out] char* cachePath, ref int pcchPath); 917AssemblyCacheFlags.GAC,