2 references to DepthTooLarge
System.Text.Json (2)
System\Text\Json\ThrowHelper.cs (1)
605
case ExceptionResource.
DepthTooLarge
:
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
604
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
DepthTooLarge
, _currentDepth, _options.MaxDepth, token: default, tokenType: default);