4 writes to _committedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (4)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
86_committedSolution = currentSolution; 172_committedSolution = committedSolution; 228_committedSolution = null; 307_committedSolution = solution;
2 references to _committedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
254Contract.ThrowIfNull(_committedSolution); 255var oldSolution = _committedSolution;