6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
466
if (
ComponentActivitySource
!= null)
525
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
527
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
539
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
541
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);