5 references to ComponentActivitySource
Microsoft.AspNetCore.Components (5)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (4)
454if (ComponentActivitySource != null) 458activity = ComponentActivitySource.StartEventActivity(receiverName, methodName, attributeName); 513if (ComponentActivitySource != null && activity != null) 527if (ComponentActivitySource != null && activity != null)