3 references to HasIntervalThatIntersectsWith
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractAggregatedFormattingResult.cs (1)
76: changes.Where(s => _formattingSpans.HasIntervalThatIntersectsWith(s.Span)).ToList();
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaRewriter.cs (2)
154if (node == null || !_spans.HasIntervalThatIntersectsWith(node.FullSpan)) 166if (!_spans.HasIntervalThatIntersectsWith(token.FullSpan))