5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
93
_latestSolution
= CreateSolution(
160
return Volatile.Read(ref
_latestSolution
);
197
_latestSolution
= solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);
510
var oldSolution = Volatile.Read(ref
_latestSolution
);
543
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
198
return (oldSolution,
_latestSolution
);
531
if (
_latestSolution
!= oldSolution)
534
oldSolution =
_latestSolution
;