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