3 references to GetTokenString
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
Protocol\JsonHubProtocol.cs (2)
178
$"Expected '{StreamIdsPropertyName}' to be of type {SystemTextJsonExtensions.
GetTokenString
(JsonTokenType.StartArray)}.");
293
throw new InvalidDataException($"Expected '{ArgumentsPropertyName}' to be of type {SystemTextJsonExtensions.
GetTokenString
(JsonTokenType.StartArray)}.");
src\SignalR\common\Shared\SystemTextJsonExtensions.cs (1)
31
return
GetTokenString
(reader.TokenType);