6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (5)
479
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null)
538
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
540
_ =
ComponentActivitySource
.CaptureHandleEventStopAsync(task, activityHandle);
552
if (ComponentsActivitySource.IsSupported &&
ComponentActivitySource
!= null && activityHandle.Activity != null)
554
ComponentActivitySource
.StopHandleEventActivity(activityHandle, e);