Beispiel #1
0
 public override IDisposable WithTagContext(ITagContext tags)
 {
     return(this.state.Internal == TaggingState.DISABLED
         ? NoopDisposable.Instance
         : CurrentTagContextUtils.WithTagContext(ToTagContext(tags)));
 }
Beispiel #2
0
 public override IDisposable BuildScoped()
 {
     return(CurrentTagContextUtils.WithTagContext(this.Build()));
 }
Beispiel #3
0
 public override IDisposable WithTagContext(ITagContext tags)
 {
     return(CurrentTagContextUtils.WithTagContext(ToTagContext(tags)));
 }