5 references to Name
Microsoft.AspNetCore.SignalR.Core (5)
Internal\SignalRServerActivitySource.cs (5)
14internal const string InvocationIn = $"{Name}.InvocationIn"; 15internal const string OnConnected = $"{Name}.OnConnected"; 16internal const string OnDisconnected = $"{Name}.OnDisconnected"; 17internal const string OnAuthenticationRefreshed = $"{Name}.OnAuthenticationRefreshed"; 19public ActivitySource ActivitySource { get; } = new ActivitySource(Name);