9 references to ParentSpanId
Microsoft.AspNetCore.Hosting.Tests (4)
HostingApplicationDiagnosticsTests.cs (4)
1004Assert.Equal("0123456789abcdef", Activity.Current.ParentSpanId.ToHexString()); 1026parentSpanId = activity.ParentSpanId.ToHexString(); 1096parentSpanId = Activity.Current.ParentSpanId.ToHexString(); 1138parentSpanId = 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)
334ActivityIdFormat.W3C => activity.ParentSpanId.ToHexString(),
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerFactoryTests.cs (1)
687ActivityIdFormat.W3C => activity.ParentSpanId.ToHexString(),