﻿---
title: csharp_max_chained_method_calls_on_line
description: Chop a chain carrying more than this many calls, regardless of width. Deterministic mode only. Defaults to `(not set)`
url: https://docs-v3-preview.elastic.dev/reference/wrapping/csharp_max_chained_method_calls_on_line
---

# csharp_max_chained_method_calls_on_line
Chop a chain carrying more than this many calls, regardless of width. Deterministic mode only.

## Values


| Value       | Notes        |
|-------------|--------------|
| `<integer>` | Any integer. |

**Default:** `(not set)`
*This option accepts a freeform value. No canned example is generated.*
```ini
csharp_max_chained_method_calls_on_line = <value>
```