6 instantiations of TextSpanIntervalIntrospector
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (4)
306
if (restrictedSpans.Algorithms.HasIntervalThatIntersectsWith(line.Start, new
TextSpanIntervalIntrospector
()))
524
ImmutableIntervalTree<TextSpan>.CreateFromUnsorted(new
TextSpanIntervalIntrospector
(), interpolationInteriorSpans),
525
ImmutableIntervalTree<TextSpan>.CreateFromUnsorted(new
TextSpanIntervalIntrospector
(), restrictedSpans));
571
if (restrictedSpans.Algorithms.HasIntervalThatIntersectsWith(line.Start, new
TextSpanIntervalIntrospector
()))
Microsoft.CodeAnalysis.Workspaces (2)
CodeCleanup\AbstractCodeCleanerService.cs (1)
324
var intervalTree = SimpleMutableIntervalTree.Create(new
TextSpanIntervalIntrospector
(), spans);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\TextSpanMutableIntervalTree.cs (1)
17
: SimpleMutableIntervalTree<TextSpan, TextSpanIntervalIntrospector>(new
TextSpanIntervalIntrospector
(), values)
1 reference to TextSpanIntervalIntrospector
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\TextSpanMutableIntervalTree.cs (1)
17
: SimpleMutableIntervalTree<TextSpan,
TextSpanIntervalIntrospector
>(new TextSpanIntervalIntrospector(), values)