6 references to LogComputationResult
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
FixAllGetFixesService.cs (3)
87
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false);
93
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: true);
97
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false, timedOut: true);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Suggestions\FixAll\FixAllGetFixesService.cs (3)
87
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false);
93
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: true);
97
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false, timedOut: true);