2 references to Error_UnexpectedPayloadTokenType
NuGet.Protocol (2)
Plugins\MessageConverter.cs (1)
146
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedPayloadTokenType
, payloadProp.ValueKind));
Plugins\RawJsonStringConverter.cs (1)
22
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedPayloadTokenType
, reader.TokenType));