1 write to _operationIdentifier
Microsoft.DotNet.Internal.SymbolHelper (1)
ScopedTracer.cs (1)
20_operationIdentifier = $"{operationName}/{Guid.NewGuid()}";
2 references to _operationIdentifier
Microsoft.DotNet.Internal.SymbolHelper (2)
ScopedTracer.cs (2)
24? $"[{_operationIdentifier}] {message}" 25: $"[{_operationIdentifier}/{_subScope}] {message}";