4 references to LogPreviewChangesResult
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
FixAllGetFixesService.cs (2)
214FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: false); 218FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: true, allChangesApplied: changedSolution == newSolution);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\FixAll\FixAllGetFixesService.cs (2)
214FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: false); 218FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: true, allChangesApplied: changedSolution == newSolution);