5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
89
_latestSolution
= CreateSolution(
155
return Volatile.Read(ref
_latestSolution
);
192
_latestSolution
= solution.WithNewWorkspaceFrom(oldSolution);
476
var oldSolution = Volatile.Read(ref
_latestSolution
);
509
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
193
return (oldSolution,
_latestSolution
);
497
if (
_latestSolution
!= oldSolution)
500
oldSolution =
_latestSolution
;