4 references to Error_UnexpectedJsonToken
NuGet.Protocol (4)
Converters\NuGetFrameworkStjConverter.cs (1)
28
_ => throw new JsonException(string.Format(System.Globalization.CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType))
Converters\NuGetVersionStjConverter.cs (1)
24
_ => throw new JsonException(string.Format(System.Globalization.CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType))
Converters\Utf8JsonReaderExtensions.cs (1)
28
_ => throw new JsonException(string.Format(System.Globalization.CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType))
Plugins\ObjectPayloadConverter.cs (1)
26
Strings.
Error_UnexpectedJsonToken
,