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