2 writes to _introspector
Microsoft.CodeAnalysis.CodeStyle (2)
SimpleIntervalTree`2.cs (2)
17_introspector = introspector; 28protected ref readonly TIntrospector Introspector => ref _introspector;
11 references to _introspector
Microsoft.CodeAnalysis.CodeStyle (11)
SimpleIntervalTree`2.cs (11)
47=> GetIntervalsThatOverlapWith(start, length, in _introspector); 50=> GetIntervalsThatIntersectWith(start, length, in _introspector); 53=> GetIntervalsThatContain(start, length, in _introspector); 56=> FillWithIntervalsThatOverlapWith(start, length, ref builder, in _introspector); 59=> FillWithIntervalsThatIntersectWith(start, length, ref builder, in _introspector); 62=> FillWithIntervalsThatContain(start, length, ref builder, in _introspector); 65=> HasIntervalThatIntersectsWith(position, in _introspector); 68=> HasIntervalThatOverlapsWith(start, length, in _introspector); 71=> HasIntervalThatIntersectsWith(start, length, in _introspector); 74=> HasIntervalThatContains(start, length, in _introspector); 77=> GetEnd(node.MaxEndNode.Value, in _introspector);