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