3 references to FindIndex
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
369
var firstCharIndex = text.
FindIndex
(startCharacter.Span.Start);
370
var lastCharIndex = text.
FindIndex
(lastCharacter.Span.Start);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
200
var index = sequence.
FindIndex
(position);