2 references to FindIndex
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteCommandHandler.cs (2)
348
var startIndex = contentSpans.BinarySearch(snapshotSpan.Span.Start,
FindIndex
);
349
var endIndex = contentSpans.BinarySearch(snapshotSpan.Span.End,
FindIndex
);