5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
96
_latestSolution
= CreateSolution(
163
return Volatile.Read(ref
_latestSolution
);
200
_latestSolution
= solution.WithNewWorkspaceFrom(oldSolution);
523
var oldSolution = Volatile.Read(ref
_latestSolution
);
556
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
201
return (oldSolution,
_latestSolution
);
544
if (
_latestSolution
!= oldSolution)
547
oldSolution =
_latestSolution
;