2 references to ReadForType
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Protocol\NewtonsoftJsonHubProtocol.cs (2)
222
if (!JsonUtils.
ReadForType
(reader, returnType))
811
return JsonUtils.
ReadForType
(reader, paramType);