2 writes to cache
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\RtfNavigator.cs (2)
403this.cache = doc; 423this.cache = doc;
4 references to cache
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\RtfNavigator.cs (4)
395if (this.cache == null) { 406return ((XPathDocument) this.cache).CreateNavigator(); 416if (this.cache == null) { 426return ((XPathDocument) this.cache).CreateNavigator();