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