1 write to documentCache
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
164documentCache = new Hashtable();
3 references to documentCache
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
157if (documentCache != null) { 158result = documentCache[ruri] as XPathNavigator; 181documentCache[ruri] = result.Clone();