5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
96_latestSolution = CreateSolution( 163return Volatile.Read(ref _latestSolution); 200_latestSolution = solution.WithNewWorkspaceFrom(oldSolution); 523var oldSolution = Volatile.Read(ref _latestSolution); 556_latestSolution = newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
201return (oldSolution, _latestSolution); 544if (_latestSolution != oldSolution) 547oldSolution = _latestSolution;