3 references to LogComputationResult
Microsoft.CodeAnalysis.Features (3)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (3)
182
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false);
188
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: true);
192
FixAllLogger.
LogComputationResult
(fixAllKind, fixAllContext.State.CorrelationId, completed: false, timedOut: true);