1 instantiation of TextSpanIntervalIntrospector
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\AbstractCodeCleanerService.cs (1)
324
var intervalTree = SimpleMutableIntervalTree.Create(new
TextSpanIntervalIntrospector
(), spans);
1 reference to TextSpanIntervalIntrospector
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\TextSpanMutableIntervalTree.cs (1)
17
: SimpleMutableIntervalTree<TextSpan,
TextSpanIntervalIntrospector
>(new TextSpanIntervalIntrospector(), values)