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