5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
92
_latestSolution
= CreateSolution(
159
return Volatile.Read(ref
_latestSolution
);
196
_latestSolution
= solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);
509
var oldSolution = Volatile.Read(ref
_latestSolution
);
542
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
197
return (oldSolution,
_latestSolution
);
530
if (
_latestSolution
!= oldSolution)
533
oldSolution =
_latestSolution
;