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