2 writes to _subScope
Microsoft.DotNet.Internal.SymbolHelper (2)
ScopedTracer.cs (2)
53_tracer._subScope = _priorScope is null ? newScope : $"{_priorScope}/{newScope}"; 56public void Dispose() => _tracer._subScope = _priorScope;
3 references to _subScope
Microsoft.DotNet.Internal.SymbolHelper (3)
ScopedTracer.cs (3)
23private string ScopedMessage(string message) => _subScope is null 25: $"[{_operationIdentifier}/{_subScope}] {message}"; 52_priorScope = _tracer._subScope;