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