4 references to _currentScope
Microsoft.Extensions.Telemetry (4)
Logging\Import\LoggerFactoryScopeProvider.cs (4)
94
Report(
_currentScope
.Value);
112
Scope? parent =
_currentScope
.Value;
114
_currentScope
.Value = newScope;
144
_provider.
_currentScope
.Value = Parent;