```c# class C { int i; int j; void M() { (i, j) = (1, 2); } } ``` Add readonly modifier should *not* be offered here.