2 writes to Solution
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteSolutionCache.cs (2)
100_cacheNodes.First.Value.Solution = solution; 112current.Value.Solution = null;
3 references to Solution
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteSolutionCache.cs (3)
128if (current.Value.Solution is null) 140return current.Value.Solution; 163solutions.AddIfNotNull(node.Solution);