6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
473
if (
ComponentActivitySource
!= null)
532
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
534
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
546
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
548
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);