2 references to HasIntervalThatIntersectsWith
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.cs (1)
675
=> _suppressFormattingTree.
HasIntervalThatIntersectsWith
(textSpan.Start, textSpan.Length);
SimpleIntervalTreeExtensions.cs (1)
16
=> tree.
HasIntervalThatIntersectsWith
(span.Start, span.Length);