2 references to IAssemblyCache
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\GlobalAssemblyCache.cs (1)
187uint hr = NativeMethods.CreateAssemblyCache(out IAssemblyCache assemblyCache, 0);
NativeMethods.cs (1)
1006internal static extern uint CreateAssemblyCache(out IAssemblyCache ppAsmCache, uint dwReserved);