2 types derived from JsonPerson
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\JsonHubProtocolTests.cs (2)
237private class JsonPersonExtended : JsonPerson 242private class JsonPersonExtended2 : JsonPerson
5 references to JsonPerson
Microsoft.AspNetCore.SignalR.Common.Tests (5)
Internal\Protocol\JsonHubProtocolTests.cs (5)
129var binder = new TestBinder([typeof(JsonPerson)]); 162var binder = new TestBinder(typeof(JsonPerson)); 195var binder = new TestBinder(typeof(JsonPerson)); 274if (expected is JsonPerson expectedJsonPerson && actual is JsonPerson actualJsonPerson)