4 references to _currentScope
Microsoft.Extensions.Logging.Abstractions (4)
LoggerExternalScopeProvider.cs (4)
34
Report(
_currentScope
.Value);
40
Scope? parent =
_currentScope
.Value;
42
_currentScope
.Value = newScope;
72
_provider.
_currentScope
.Value = Parent;