1 write to templates
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
62this.templates = new ArrayList();
11 references to templates
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\Stylesheet.cs (3)
222if (manager.templates != null) { 223for(int i=0 ; i< manager.templates.Count; i++) { 224TemplateAction template = (TemplateAction) manager.templates[i];
System\Xml\Xsl\XsltOld\Templatemanager.cs (8)
61if (this.templates == null) { 65this.templates.Add(template); 69if (this.templates != null) { 70this.templates.Sort(s_TemplateComparer); 75if (this.templates == null) { 79Debug.Assert(this.templates != null); 80for (int templateIndex = this.templates.Count - 1; templateIndex >= 0 ; templateIndex --) { 81TemplateAction action = (TemplateAction) this.templates[templateIndex];