4 writes to _committedSolution
Microsoft.CodeAnalysis.Remote.Workspaces (4)
EditAndContinue\ManagedHotReloadLanguageService.cs (4)
57
_committedSolution
= null;
82
_committedSolution
= currentSolution;
138
_committedSolution
= committedSolution;
186
_committedSolution
= null;
2 references to _committedSolution
Microsoft.CodeAnalysis.Remote.Workspaces (2)
EditAndContinue\ManagedHotReloadLanguageService.cs (2)
217
Contract.ThrowIfNull(
_committedSolution
);
218
var oldSolution =
_committedSolution
;