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)
676if (_tagIndex < 0 || _tagIndex >= _tagNameLookupArray.Length) { 683_tagName = _tagNameLookupArray[_tagIndex].name; 696Debug.Assert(_tagIndex >= 0 && _tagIndex < _tagNameLookupArray.Length); 998TagInformation tagInfo = _tagNameLookupArray[_tagIndex]; 1116if (_tagNameLookupArray[_tagIndex].tagType == TagType.Inline) {