33 references to FixAllLogger
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (11)
AbstractFixAllSuggestedAction.cs (1)
70using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(FixAllState.CorrelationId), cancellationToken))
FixAllGetFixesService.cs (8)
75m[FixAllLogger.CorrelationId] = fixAllContext.State.CorrelationId; 76m[FixAllLogger.FixAllScope] = fixAllContext.State.Scope.ToString(); 87FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: false); 93FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: true); 97FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: false, timedOut: true); 179m[FixAllLogger.CorrelationId] = correlationId; 214FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: false); 218FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: true, allChangesApplied: changedSolution == newSolution);
SuggestedAction.cs (2)
188map[FixAllLogger.CorrelationId] = fixSome.FixAllState.CorrelationId; 189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (11)
Suggestions\FixAll\FixAllGetFixesService.cs (8)
75m[FixAllLogger.CorrelationId] = fixAllContext.State.CorrelationId; 76m[FixAllLogger.FixAllScope] = fixAllContext.State.Scope.ToString(); 87FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: false); 93FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: true); 97FixAllLogger.LogComputationResult(fixAllKind, fixAllContext.State.CorrelationId, completed: false, timedOut: true); 179m[FixAllLogger.CorrelationId] = correlationId; 214FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: false); 218FixAllLogger.LogPreviewChangesResult(fixAllKind, correlationId, applied: true, allChangesApplied: changedSolution == newSolution);
Suggestions\SuggestedActions\AbstractFixAllSuggestedAction.cs (1)
70using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(FixAllState.CorrelationId), cancellationToken))
Suggestions\SuggestedActions\SuggestedAction.cs (2)
188map[FixAllLogger.CorrelationId] = fixSome.FixAllState.CorrelationId; 189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (9)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (7)
57FixAllLogger.LogDiagnosticsStats(fixAllState.CorrelationId, documentsAndDiagnosticsToFixMap); 64using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), cancellationToken)) 66FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.CorrelationId, diagnosticsAndCodeActions.Length); 86FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), 170FixAllLogger.LogDiagnosticsStats(fixAllState.CorrelationId, projectsAndDiagnosticsToFixMap); 175FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), 191FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.CorrelationId, result.Length);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
63FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 77FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState));
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
58FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.CorrelationId), 71FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.CorrelationId),