8 references to ParentSpanId
Microsoft.AspNetCore.Hosting.Tests (3)
HostingApplicationDiagnosticsTests.cs (3)
935
Assert.Equal("0123456789abcdef", Activity.Current.
ParentSpanId
.ToHexString());
957
parentSpanId = activity.
ParentSpanId
.ToHexString();
1026
parentSpanId = Activity.Current.
ParentSpanId
.ToHexString();
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.Activity.cs (2)
151
Assert.Equal("0123456789abcdef", invocationActivity.
ParentSpanId
.ToHexString());
277
Assert.Equal("0123456789abcdef", invocationActivity.
ParentSpanId
.ToHexString());
Microsoft.Extensions.Logging (1)
LoggerFactoryScopeProvider.cs (1)
316
ActivityIdFormat.W3C => activity.
ParentSpanId
.ToHexString(),
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerFactoryScopeProvider.cs (1)
318
ActivityIdFormat.W3C => activity.
ParentSpanId
.ToHexString(),
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerFactoryTests.cs (1)
672
ActivityIdFormat.W3C => activity.
ParentSpanId
.ToHexString(),