1 write to _xCoord
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
204_xCoord = new Coordinate[2 * count + 2];
9 references to _xCoord
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
198_xCoord[i] = cx; 218_xCoord[p].top = _yCoord[p]; 219_xCoord[p].bottom = _yCoord[p + 1]; 221_xCoord[p + 1].top = _yCoord[p]; 222_xCoord[p + 1].bottom = _yCoord[p + 1]; 229Array.Sort(_xCoord, (x, y) => x.value.CompareTo(y.value)); 230_xCount = _xCoord.Length; 243Coordinate c = _xCoord[i]; 294Coordinate c = _xCoord[i];