8 references to ParentSpanId
dotnet (1)
Telemetry\TelemetryDiskLogger.cs (1)
78parentSpanId: activity.ParentSpanId.ToString(),
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryDiskLogger.cs (1)
78parentSpanId: activity.ParentSpanId.ToString(),
Microsoft.DotNet.Cli.Telemetry (2)
Implementation\AzureMonitorTelemetrySerializer.cs (2)
216if (activity.ParentSpanId != default) 218tags[BreezeSchema.OperationParentId] = activity.ParentSpanId.ToHexString();
Microsoft.Extensions.Logging (1)
LoggerFactoryScopeProvider.cs (1)
316ActivityIdFormat.W3C => activity.ParentSpanId.ToHexString(),
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerFactoryScopeProvider.cs (1)
330ActivityIdFormat.W3C => activity.ParentSpanId.ToHexString(),
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerFactoryTests.cs (1)
687ActivityIdFormat.W3C => activity.ParentSpanId.ToHexString(),
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
2228public ActivitySpanId ParentSpanId => activity.ParentSpanId;