1 write to _implementedInterfaces
System.Web (1)
UI\TemplateParser.cs (1)
1830_implementedInterfaces = new ArrayList();
3 references to _implementedInterfaces
System.Web (3)
UI\TemplateParser.cs (3)
155internal ArrayList ImplementedInterfaces { get { return _implementedInterfaces; } } 1829if (_implementedInterfaces == null) { 1832_implementedInterfaces.Add(interfaceType);