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