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