6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
26
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
500
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null)
559
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
561
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
573
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
575
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);