<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" />

Microsoft.Extensions.DependencyInjection.ServiceLookup.StackGuard

sealed class StackGuard
namespace Microsoft.Extensions.DependencyInjection.ServiceLookup { internal sealed class StackGuard { public bool TryEnterOnCurrentStack(); public TR RunOnEmptyStack<[System.Runtime.CompilerServices.Nullable(2)] T1, [System.Runtime.CompilerServices.Nullable(2)] T2, [System.Runtime.CompilerServices.Nullable(2)] TR>(Func<T1, T2, TR> action, T1 arg1, T2 arg2); public StackGuard(); } }