2 references to FindIndex
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseCollectionInitializer\CSharpUseCollectionInitializerAnalyzer.cs (1)
186var matchIndex = spreadElements.FindIndex(SyntaxFacts.AreEquivalent, current);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
906var i = adjustedMappedSpans.FindIndex(static (s, id) => s.Id == id, activeStatement.Id);