6 references to InvalidEndOfJsonNonPrimitive
System.Text.Json (6)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
935
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidEndOfJsonNonPrimitive
);
1098
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidEndOfJsonNonPrimitive
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (3)
243
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidEndOfJsonNonPrimitive
);
465
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidEndOfJsonNonPrimitive
);
471
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidEndOfJsonNonPrimitive
);
System\Text\Json\ThrowHelper.cs (1)
437
case ExceptionResource.
InvalidEndOfJsonNonPrimitive
: