1 write to _templates
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
203
_templates
= manager;
5 references to _templates
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Stylesheet.cs (5)
202
Debug.Assert(
_templates
== null);
343
Debug.Assert(
_templates
== null && _modeManagers == null ||
_templates
== _modeManagers![XmlQualifiedName.Empty]);
351
if (
_templates
!= null)
353
action =
_templates
.FindTemplate(processor, navigator);