4 references to _currentScope
Microsoft.Extensions.Logging (4)
LoggerFactoryScopeProvider.cs (4)
75
Report(
_currentScope
.Value);
93
Scope? parent =
_currentScope
.Value;
95
_currentScope
.Value = newScope;
125
_provider.
_currentScope
.Value = Parent;