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