5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
91
_latestSolution
= CreateSolution(
158
return Volatile.Read(ref
_latestSolution
);
195
_latestSolution
= solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);
511
var oldSolution = Volatile.Read(ref
_latestSolution
);
544
_latestSolution
= newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
196
return (oldSolution,
_latestSolution
);
532
if (
_latestSolution
!= oldSolution)
535
oldSolution =
_latestSolution
;