6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
460
if (
ComponentActivitySource
!= null)
519
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
521
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
533
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
535
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);