9 references to new
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace_SolutionCaching.cs (1)
26private readonly RemoteSolutionCache<Checksum, Solution> _lastRequestedAnyBranchSolutions = new();
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);