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