5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
90
_latestSolution
= CreateSolution(
157
return Volatile.Read(ref
_latestSolution
);
194
_latestSolution
= solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);
507
var oldSolution = Volatile.Read(ref
_latestSolution
);
540
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
195
return (oldSolution,
_latestSolution
);
528
if (
_latestSolution
!= oldSolution)
531
oldSolution =
_latestSolution
;