5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
93_latestSolution = CreateSolution( 160return Volatile.Read(ref _latestSolution); 197_latestSolution = solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services); 510var oldSolution = Volatile.Read(ref _latestSolution); 543_latestSolution = newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
198return (oldSolution, _latestSolution); 531if (_latestSolution != oldSolution) 534oldSolution = _latestSolution;