Polly.Utils.Pipeline.CompositeComponentDebuggerProxy
namespace Polly.Utils.Pipeline
{
internal sealed class CompositeComponentDebuggerProxy
{
public IEnumerable<PipelineComponent> Strategies { get; }
public CompositeComponentDebuggerProxy(CompositeComponent pipeline);
}
}