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