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