1 write to Name
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\JsonHubProtocolTestsBase.cs (1)
522Name = name;
5 references to Name
Microsoft.AspNetCore.SignalR.Common.Tests (5)
Internal\Protocol\JsonHubProtocolTests.cs (1)
220}.ToDictionary(t => t.Name);
Internal\Protocol\JsonHubProtocolTestsBase.cs (3)
96}.ToDictionary(t => t.Name); 109}.ToDictionary(t => t.Name); 529public override string ToString() => Name;
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (1)
106}.ToDictionary(t => t.Name);