5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
91
_latestSolution
= CreateSolution(
158
return Volatile.Read(ref
_latestSolution
);
195
_latestSolution
= solution.WithNewWorkspaceFrom(oldSolution);
479
var oldSolution = Volatile.Read(ref
_latestSolution
);
512
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
196
return (oldSolution,
_latestSolution
);
500
if (
_latestSolution
!= oldSolution)
503
oldSolution =
_latestSolution
;