2 references to FindIndex
Microsoft.CodeAnalysis (2)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (2)
220
=>
FindIndex
(0, this.Count, match);
223
=>
FindIndex
(startIndex, this.Count - startIndex, match);