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)
737
if(
_attrList
== null) {
740
else if (_attrCount >=
_attrList
.Length) {
741
RenderAttribute[] newArray = new RenderAttribute[
_attrList
.Length * 2];
742
Array.Copy(
_attrList
, newArray,
_attrList
.Length);
751
_attrList
[_attrCount] = attr;
867
if (
_attrList
[i].key == key) {
877
if (
_attrList
[i].key == key) {
878
value =
_attrList
[i].value;
960
RenderAttribute attr =
_attrList
[i];
963
_attrList
[newAttrCount] = attr;
1014
RenderAttribute attr =
_attrList
[i];