2 references to GetTokenString
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
src\SignalR\common\Shared\JsonUtils.cs (2)
93
throw new InvalidDataException($"Unexpected JSON Token Type '{
GetTokenString
(reader.TokenType)}'. Expected a JSON Object.");
101
throw new InvalidDataException($"Unexpected JSON Token Type '{
GetTokenString
(reader.TokenType)}'. Expected a JSON Array.");