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)
260
Contract.ThrowIfNull(
_committedSolution
);
261
var oldSolution =
_committedSolution
;