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