7 references to templateNameTable
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\Stylesheet.cs (7)
150Debug.Assert(this.templateNameTable != null); 153if (this.templateNameTable.ContainsKey(template.Name) == false) { 154this.templateNameTable[template.Name] = template; 230if (this.templateNameTable != null) { 231IDictionaryEnumerator enumerator = this.templateNameTable.GetEnumerator(); 335if (this.templateNameTable != null) { 336action = (TemplateAction)this.templateNameTable[name];