5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
89_latestSolution = CreateSolution( 155return Volatile.Read(ref _latestSolution); 192_latestSolution = solution.WithNewWorkspaceFrom(oldSolution); 476var oldSolution = Volatile.Read(ref _latestSolution); 509_latestSolution = newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
193return (oldSolution, _latestSolution); 497if (_latestSolution != oldSolution) 500oldSolution = _latestSolution;