3 writes to _endTagCount
System.Web (3)
UI\HTMLTextWriter.cs (3)
666
_endTagCount
= 0;
921
_endTagCount
--;
937
_endTagCount
++;
6 references to _endTagCount
System.Web (6)
UI\HTMLTextWriter.cs (6)
918
if (
_endTagCount
<= 0) {
922
TagKey = _endTags[
_endTagCount
].tagKey;
923
return _endTags[
_endTagCount
].endTagText;
930
else if (
_endTagCount
>= _endTags.Length) {
935
_endTags[
_endTagCount
].tagKey = _tagKey;
936
_endTags[
_endTagCount
].endTagText= endTag;