Base:
3 references to ToString
dotnet (2)
Telemetry\TelemetryDiskLogger.cs (2)
74spanId: activity.SpanId.ToString(), 75parentSpanId: activity.ParentSpanId.ToString(),
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1238activity._parentSpanId = parentContext.SpanId.ToString();