13 references to ComponentsActivitySource
Microsoft.AspNetCore.Components (13)
RegisterRenderingMetricsServiceCollectionExtensions.cs (1)
41
services.TryAddScoped<
ComponentsActivitySource
>();
RenderHandle.cs (1)
25
internal
ComponentsActivitySource
? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (8)
42
private readonly
ComponentsActivitySource
? _componentsActivitySource;
107
if (
ComponentsActivitySource
.IsSupported)
109
_componentsActivitySource = serviceProvider.GetService<
ComponentsActivitySource
>();
119
internal
ComponentsActivitySource
? ComponentActivitySource => _componentsActivitySource;
479
if (
ComponentsActivitySource
.IsSupported && ComponentActivitySource != null)
483
activityHandle =
ComponentsActivitySource
.StartHandleEventActivity(receiverName, methodName, attributeName);
538
if (
ComponentsActivitySource
.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null)
552
if (
ComponentsActivitySource
.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null)
Routing\Router.cs (3)
249
if (
ComponentsActivitySource
.IsSupported && _renderHandle.ComponentActivitySource != null)
307
if (
ComponentsActivitySource
.IsSupported && _renderHandle.ComponentActivitySource != null)
316
if (
ComponentsActivitySource
.IsSupported && _renderHandle.ComponentActivitySource != null)