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