1 write to _xCoord
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
197_xCoord = new Coordinate[2 * count + 2];
9 references to _xCoord
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
191_xCoord[i] = cx; 211_xCoord[p].top = _yCoord[p]; 212_xCoord[p].bottom = _yCoord[p + 1]; 214_xCoord[p + 1].top = _yCoord[p]; 215_xCoord[p + 1].bottom = _yCoord[p + 1]; 222Array.Sort(_xCoord, (x, y) => x.value.CompareTo(y.value)); 223_xCount = _xCoord.Length; 236Coordinate c = _xCoord[i]; 287Coordinate c = _xCoord[i];