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