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