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