<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.4" />

Microsoft.Extensions.Logging.IExternalScopeProvider

public interface IExternalScopeProvider
Represents a storage of common scope data.
namespace Microsoft.Extensions.Logging { public interface IExternalScopeProvider { void ForEachScope<[Nullable(2)] TState>(Action<object, TState> callback, TState state); IDisposable Push(object state); } }