1 reference to GetLongestQuoteSequence
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
142
var longestQuoteSequence = textContentSpansAfterChange.Max(ts =>
GetLongestQuoteSequence
(textAfterChange, ts));