7 references to ComponentActivitySource
Microsoft.AspNetCore.Components (7)
RenderHandle.cs (1)
25
internal ComponentsActivitySource? ComponentActivitySource => _renderer?.
ComponentActivitySource
;
RenderTree\Renderer.cs (6)
460
if (
ComponentActivitySource
!= null)
464
activityHandle =
ComponentActivitySource
.StartEventActivity(receiverName, methodName, attributeName);
519
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
521
_ =
ComponentActivitySource
.CaptureEventStopAsync(task, activityHandle);
533
if (
ComponentActivitySource
!= null && activityHandle.Activity != null)
535
ComponentActivitySource
.StopEventActivity(activityHandle, e);