3 references to Name
Microsoft.AspNetCore.Components (3)
ComponentsActivitySource.cs (3)
16internal const string OnRouteName = $"{Name}.Navigate"; 17internal const string OnEventName = $"{Name}.HandleEvent"; 19private static ActivitySource ActivitySource { get; } = new ActivitySource(Name);