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