1 write to _tracer
Microsoft.DotNet.Internal.SymbolHelper (1)
ScopedTracer.cs (1)
51
_tracer
= tracer;
3 references to _tracer
Microsoft.DotNet.Internal.SymbolHelper (3)
ScopedTracer.cs (3)
52
_priorScope =
_tracer
._subScope;
53
_tracer
._subScope = _priorScope is null ? newScope : $"{_priorScope}/{newScope}";
56
public void Dispose() =>
_tracer
._subScope = _priorScope;