4 writes to _committedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
115_committedSolution = currentSolution; 201_committedSolution = committedSolution; 257_committedSolution = null; 342_committedSolution = solution;
2 references to _committedSolution
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
289Contract.ThrowIfNull(_committedSolution); 290var oldSolution = _committedSolution;