== How to fix it If the type you are using implements `IList`, `IList` or `IReadonlyList`, it implements `this[int index]`. This means calls to `First`, `Last`, or `ElementAt(index)` can be replaced with indexing at `0`, `Count-1` and `index` respectively.