2 writes to _introspector
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (2)
17
_introspector
= introspector;
28
protected ref readonly TIntrospector Introspector => ref
_introspector
;
11 references to _introspector
Microsoft.CodeAnalysis.Workspaces (11)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (11)
41
=> this.Algorithms.GetIntervalsThatOverlapWith(start, length, in
_introspector
);
44
=> this.Algorithms.GetIntervalsThatIntersectWith(start, length, in
_introspector
);
47
=> this.Algorithms.GetIntervalsThatContain(start, length, in
_introspector
);
50
=> this.Algorithms.FillWithIntervalsThatOverlapWith(start, length, ref builder, in
_introspector
);
53
=> this.Algorithms.FillWithIntervalsThatIntersectWith(start, length, ref builder, in
_introspector
);
56
=> this.Algorithms.FillWithIntervalsThatContain(start, length, ref builder, in
_introspector
);
59
=> this.Algorithms.HasIntervalThatIntersectsWith(position, in
_introspector
);
62
=> this.Algorithms.HasIntervalThatOverlapsWith(start, length, in
_introspector
);
65
=> this.Algorithms.HasIntervalThatIntersectsWith(start, length, in
_introspector
);
68
=> this.Algorithms.HasIntervalThatContains(start, length, in
_introspector
);
71
=> GetEnd(node.MaxEndNode.Value, in
_introspector
);