2 references to IAssemblyCache
Microsoft.Build.UnGAC (2)
NativeMethods.cs (1)
24internal static extern uint CreateAssemblyCache(out IAssemblyCache ppAsmCache, int dwReserved);
Program.cs (1)
37uint hresult = NativeMethods.CreateAssemblyCache(out IAssemblyCache assemblyCache, 0);