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