2 writes to _introspector
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (2)
18_introspector = introspector; 27protected ref readonly TIntrospector Introspector => ref _introspector;
11 references to _introspector
Microsoft.CodeAnalysis.Workspaces (11)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (11)
40=> this.Algorithms.GetIntervalsThatOverlapWith(start, length, in _introspector); 43=> this.Algorithms.GetIntervalsThatIntersectWith(start, length, in _introspector); 46=> this.Algorithms.GetIntervalsThatContain(start, length, in _introspector); 49=> this.Algorithms.FillWithIntervalsThatOverlapWith(start, length, ref builder, in _introspector); 52=> this.Algorithms.FillWithIntervalsThatIntersectWith(start, length, ref builder, in _introspector); 55=> this.Algorithms.FillWithIntervalsThatContain(start, length, ref builder, in _introspector); 58=> this.Algorithms.HasIntervalThatIntersectsWith(position, in _introspector); 61=> this.Algorithms.HasIntervalThatOverlapsWith(start, length, in _introspector); 64=> this.Algorithms.HasIntervalThatIntersectsWith(start, length, in _introspector); 67=> this.Algorithms.HasIntervalThatContains(start, length, in _introspector); 70=> GetEnd(node.MaxEndNode.Value, in _introspector);