2 writes to _showPreviewChangesDialog
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
29
_showPreviewChangesDialog
= showPreviewChangesDialog;
99
=> ref _fixAllCodeAction.
_showPreviewChangesDialog
;
2 references to _showPreviewChangesDialog
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
66
return service.GetFixAllOperationsAsync(fixAllContext,
_showPreviewChangesDialog
);
96
/// Gets a reference to <see cref="
_showPreviewChangesDialog
"/>, which can be read or written by test code.