<PackageReference Include="Serilog" Version="4.3.2-dev-02430" />

System.Runtime.InteropServices.SuppressGCTransitionAttribute

An attribute used to indicate a GC transition should be skipped when making an unmanaged function call.
namespace System.Runtime.InteropServices { internal sealed class SuppressGCTransitionAttribute : Attribute { public SuppressGCTransitionAttribute(); } }