11 references to Error_UnexpectedJsonToken
NuGet.Protocol (11)
Converters\MetadataStringOrArrayStjConverter.cs (2)
28
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));
39
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));
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\PackageDependencyGroupStjConverter.cs (3)
26
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));
36
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));
65
throw new JsonException(string.Format(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\NsjRawJsonStringConverter.cs (1)
27
string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));
Plugins\ObjectPayloadConverter.cs (1)
26
Strings.
Error_UnexpectedJsonToken
,
Plugins\StjSemanticVersionConverter.cs (1)
23
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnexpectedJsonToken
, reader.TokenType));