3 references to ZeroDepthAtEnd
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
925
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ZeroDepthAtEnd
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
233
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
ZeroDepthAtEnd
);
System\Text\Json\ThrowHelper.cs (1)
470
case ExceptionResource.
ZeroDepthAtEnd
: