public override IScope WithTagContext(ITagContext tags) { return(state.Internal == TaggingState.DISABLED ? NoopScope.INSTANCE : CurrentTagContextUtils.WithTagContext(ToTagContext(tags))); }
public override IScope BuildScoped() { return(CurrentTagContextUtils.WithTagContext(Build())); }