2 references to FindIndex
Roslyn.Diagnostics.Analyzers (2)
src\Dependencies\PooledObjects\ArrayBuilder.cs (2)
215=> FindIndex(0, this.Count, match); 218=> FindIndex(startIndex, this.Count - startIndex, match);