1 write to _documentCache
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
173
_documentCache
= new Hashtable();
3 references to _documentCache
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
163
if (
_documentCache
!= null)
165
result =
_documentCache
[ruri] as XPathNavigator;
195
_documentCache
[ruri] = result!.Clone();