6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
26
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
501
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null)
560
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
562
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
574
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
576
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);