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