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