1 write to _idListStack
System.Web (1)
UI\TemplateParser.cs (1)
561
_idListStack
= new Stack();
2 references to _idListStack
System.Web (2)
UI\TemplateParser.cs (2)
1595
_idListStack
.Push(_idList);
2824
_idList = (StringSet)
_idListStack
.Pop();