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