<PackageReference Include="Serilog.Sinks.EventLog" Version="5.0.0-dev-00091" />

System.Diagnostics.CodeAnalysis.UnscopedRefAttribute

Used to indicate a byref escapes and is not scoped.
namespace System.Diagnostics.CodeAnalysis { internal sealed class UnscopedRefAttribute : Attribute { public UnscopedRefAttribute(); } }