5 writes to _latestSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (5)
89_latestSolution = CreateSolution(info, emptyOptions, analyzerReferences: SpecializedCollections.EmptyReadOnlyList<AnalyzerReference>()); 144return Volatile.Read(ref _latestSolution); 181_latestSolution = solution.WithNewWorkspace(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services); 344var oldSolution = Volatile.Read(ref _latestSolution); 374_latestSolution = newSolution;
3 references to _latestSolution
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
182return (oldSolution, _latestSolution); 362if (_latestSolution != oldSolution) 365oldSolution = _latestSolution;