1 instantiation of Scope
Microsoft.Extensions.Logging (1)
LoggerFactoryScopeProvider.cs (1)
94
var newScope = new
Scope
(this, state, parent);
7 references to Scope
Microsoft.Extensions.Logging (7)
LoggerFactoryScopeProvider.cs (7)
18
private readonly AsyncLocal<
Scope
?> _currentScope = new AsyncLocal<
Scope
?>();
25
void Report(
Scope
? current)
93
Scope
? parent = _currentScope.Value;
94
var
newScope = new Scope(this, state, parent);
105
internal Scope(LoggerFactoryScopeProvider provider, object? state,
Scope
? parent)
112
public
Scope
? Parent { get; }