4 references to Name
Microsoft.AspNetCore.Components (3)
ComponentsActivitySource.cs (3)
15
internal const string OnRouteName = $"{
Name
}.RouteChange";
16
internal const string OnEventName = $"{
Name
}.HandleEvent";
18
private static ActivitySource ActivitySource { get; } = new ActivitySource(
Name
);
Microsoft.AspNetCore.Components.Tests (1)
ComponentsActivitySourceTest.cs (1)
19
ShouldListenTo = source => source.Name == ComponentsActivitySource.
Name
,