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