<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />

System.ServiceModel.Channels.Guard

sealed class Guard
namespace System.ServiceModel.Channels { internal sealed class Guard { public Guard(); public Guard(int maxCount); public void Abort(); public Task CloseAsync(TimeSpan timeout); public bool Enter(); public void Exit(); } }