4 references to Name
Microsoft.AspNetCore.Components (4)
ComponentsActivitySource.cs (4)
14internal const string OnCircuitName = $"{Name}.CircuitStart"; 15internal const string OnRouteName = $"{Name}.RouteChange"; 16internal const string OnEventName = $"{Name}.HandleEvent"; 23private ActivitySource ActivitySource { get; } = new ActivitySource(Name);