4 writes to _committedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
115
_committedSolution
= currentSolution;
201
_committedSolution
= committedSolution;
257
_committedSolution
= null;
342
_committedSolution
= solution;
2 references to _committedSolution
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
289
Contract.ThrowIfNull(
_committedSolution
);
290
var oldSolution =
_committedSolution
;