9 instantiations of RemoteSolutionCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Roslyn.VisualStudio.Next.UnitTests (8)
Remote\RemoteSolutionCacheTests.cs (8)
15var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
24var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
34var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
46var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
61var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
78var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
96var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4, totalHistory: 16);
117var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4, totalHistory: 16);
9 references to RemoteSolutionCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Roslyn.VisualStudio.Next.UnitTests (8)
Remote\RemoteSolutionCacheTests.cs (8)
15var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
24var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
34var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
46var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
61var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
78var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4);
96var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4, totalHistory: 16);
117var cache = new RemoteSolutionCache<int, string>(maxCapacity: 4, totalHistory: 16);