2 writes to _tagIndex
System.Web (2)
UI\HTMLTextWriter.cs (2)
675
_tagIndex
= (int) value;
695
_tagIndex
= (int) _tagKey;
7 references to _tagIndex
System.Web (7)
UI\HTMLTextWriter.cs (7)
676
if (
_tagIndex
< 0 ||
_tagIndex
>= _tagNameLookupArray.Length) {
683
_tagName = _tagNameLookupArray[
_tagIndex
].name;
696
Debug.Assert(
_tagIndex
>= 0 &&
_tagIndex
< _tagNameLookupArray.Length);
998
TagInformation tagInfo = _tagNameLookupArray[
_tagIndex
];
1116
if (_tagNameLookupArray[
_tagIndex
].tagType == TagType.Inline) {