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