1 write to _showPreviewChangesDialog
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
134=> ref _fixAllCodeAction._showPreviewChangesDialog;
2 references to _showPreviewChangesDialog
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
79return service.GetFixAllOperationsAsync(fixAllContext, _showPreviewChangesDialog); 131/// Gets a reference to <see cref="_showPreviewChangesDialog"/>, which can be read or written by test code.