1 write to templates
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
181this.templates = manager;
5 references to templates
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Stylesheet.cs (5)
180Debug.Assert(this.templates == null); 303Debug.Assert(this.templates == null && this.modeManagers == null || this.templates == this.modeManagers[XmlQualifiedName.Empty]); 311if (this.templates != null) { 312action = this.templates.FindTemplate(processor, navigator);