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