4 writes to _committedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (4)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
92_committedSolution = currentSolution; 178_committedSolution = committedSolution; 234_committedSolution = null; 313_committedSolution = solution;
2 references to _committedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
260Contract.ThrowIfNull(_committedSolution); 261var oldSolution = _committedSolution;