1 write to index
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
23
index
= i;
9 references to index
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
239
bool left = Double.Equals(c.value, dl[c.
index
].Left);
256
if ((_yCoord[p].active) && (c.
index
!= _yCoord[p].
index
))
258
dl.ReportOverlapping(c.
index
, _yCoord[p].
index
);
293
if (Double.Equals(c.value, dl[c.
index
].Left))
295
st.Insert(c.
index
, y0, y1);
297
st.ReportIntersection(dl, c.
index
, y0);
301
st.Remove(c.
index
, y0, y1);