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)
155
internal ArrayList ImplementedInterfaces { get { return
_implementedInterfaces
; } }
1829
if (
_implementedInterfaces
== null) {
1832
_implementedInterfaces
.Add(interfaceType);