1 write to _xCoord
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
198
_xCoord
= new Coordinate[2 * count + 2];
9 references to _xCoord
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
192
_xCoord
[i] = cx;
212
_xCoord
[p].top = _yCoord[p];
213
_xCoord
[p].bottom = _yCoord[p + 1];
215
_xCoord
[p + 1].top = _yCoord[p];
216
_xCoord
[p + 1].bottom = _yCoord[p + 1];
223
Array.Sort(
_xCoord
, (x, y) => x.value.CompareTo(y.value));
224
_xCount =
_xCoord
.Length;
237
Coordinate c =
_xCoord
[i];
288
Coordinate c =
_xCoord
[i];