5 references to HasIntervalThatIntersectsWith
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractAggregatedFormattingResult.cs (1)
77
: changes.Where(s => _formattingSpans.
HasIntervalThatIntersectsWith
(s.Span)).ToList();
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
TriviaRewriter.cs (2)
155
if (node == null || !_spans.
HasIntervalThatIntersectsWith
(node.FullSpan))
167
if (!_spans.
HasIntervalThatIntersectsWith
(token.FullSpan))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
TriviaDataFactory.TriviaRewriter.vb (2)
122
If node Is Nothing OrElse Not Me._spans.
HasIntervalThatIntersectsWith
(node.FullSpan) Then
132
If Not Me._spans.
HasIntervalThatIntersectsWith
(token.FullSpan) Then