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