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)
202Debug.Assert(_templates == null); 343Debug.Assert(_templates == null && _modeManagers == null || _templates == _modeManagers![XmlQualifiedName.Empty]); 351if (_templates != null) 353action = _templates.FindTemplate(processor, navigator);