2 instantiations of 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)