7 references to _templateNameTable
System.Private.Xml (7)
System\Xml\Xsl\XsltOld\Stylesheet.cs (7)
172Debug.Assert(_templateNameTable != null); 176if (_templateNameTable.ContainsKey(template.Name) == false) 178_templateNameTable[template.Name] = template; 262if (_templateNameTable != null) 264IDictionaryEnumerator enumerator = _templateNameTable.GetEnumerator(); 375if (_templateNameTable != null) 377action = (TemplateAction?)_templateNameTable[name];