3 references to Recorded
Microsoft.AspNetCore.Components (1)
ComponentsActivitySource.cs (1)
28if (parentActivity is not null && parentActivity.OperationName == "Microsoft.AspNetCore.Hosting.HttpRequestIn" && parentActivity.Recorded)
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
1015Assert.True(Activity.Current.Recorded);
Microsoft.Extensions.Telemetry (1)
Sampling\TraceBasedSampler.cs (1)
13Activity.Current?.Recorded ?? true;