4 references to Name
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Stylesheet.cs (4)
174if (template.Name != null) 176if (!_templateNameTable.ContainsKey(template.Name)) 178_templateNameTable[template.Name] = template; 182throw XsltException.Create(SR.Xslt_DupTemplateName, template.Name.ToString());