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]; 223Array.Sort(_xCoord, (x, y) => x.value.CompareTo(y.value)); 224_xCount = _xCoord.Length; 237Coordinate c = _xCoord[i]; 288Coordinate c = _xCoord[i];