Example #1
0
 public virtual IDisposable BeginScope <TState>(TState state) =>
 ScopeProvider.Map(p => p.Push(state)).ValueUnsafe();