4 references to HasIntervalThatIntersectsWith
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaRewriter.cs (2)
154
if (node == null || !_spans.
HasIntervalThatIntersectsWith
(node.FullSpan))
166
if (!_spans.
HasIntervalThatIntersectsWith
(token.FullSpan))
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
97
if (textSpanIntervalTree.
HasIntervalThatIntersectsWith
(span.TextSpan))
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractAggregatedFormattingResult.cs (1)
76
: changes.Where(s => _formattingSpans.
HasIntervalThatIntersectsWith
(s.Span)).ToList();