6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
494if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null) 553if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 555_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 567if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 569ComponentActivitySource.StopHandleEventActivity(activityHandle, e);