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)
163if (_documentCache != null) 165result = _documentCache[ruri] as XPathNavigator; 195_documentCache[ruri] = result!.Clone();