2 writes to _attrList
System.Web (2)
UI\HTMLTextWriter.cs (2)
738_attrList = new RenderAttribute[20]; 743_attrList = newArray;
12 references to _attrList
System.Web (12)
UI\HTMLTextWriter.cs (12)
737if(_attrList == null) { 740else if (_attrCount >= _attrList.Length) { 741RenderAttribute[] newArray = new RenderAttribute[_attrList.Length * 2]; 742Array.Copy(_attrList, newArray, _attrList.Length); 751_attrList[_attrCount] = attr; 867if (_attrList[i].key == key) { 877if (_attrList[i].key == key) { 878value = _attrList[i].value; 960RenderAttribute attr = _attrList[i]; 963_attrList[newAttrCount] = attr; 1014RenderAttribute attr = _attrList[i];