2 writes to Solution
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteSolutionCache.cs (2)
101_cacheNodes.First.Value.Solution = solution; 113current.Value.Solution = null;
3 references to Solution
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteSolutionCache.cs (3)
129if (current.Value.Solution is null) 141return current.Value.Solution; 164solutions.AddIfNotNull(node.Solution);