1 write to _templateLookup
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
354
_templateLookup
= new TemplateLookupActionDbg();
3 references to _templateLookup
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
506
Debug.Assert(
_templateLookup
!= null);
507
_templateLookup
.Initialize(mode, importsOf);
508
PushActionFrame(
_templateLookup
, nodeSet);