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