4 references to ASM_CACHE
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GlobalAssemblyCacheLocation.cs (4)
28private static extern unsafe int GetCachePath(ASM_CACHE id, byte* path, ref int length); 38s_rootLocations = ImmutableArray.Create(GetLocation(ASM_CACHE.ROOT), GetLocation(ASM_CACHE.ROOT_EX)); 45private static unsafe string GetLocation(ASM_CACHE gacId)