1 write to _documentCache
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
174
_documentCache
= new Hashtable();
3 references to _documentCache
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
164
if (
_documentCache
!= null)
166
result =
_documentCache
[ruri] as XPathNavigator;
196
_documentCache
[ruri] = result!.Clone();