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