7 writes to _xpathDocument
System.Web (7)
UI\WebControls\xml.cs (7)
170_xpathDocument = null; 191_xpathDocument = null; 218_xpathDocument = null; 329_xpathDocument = null; 503_xpathDocument = XmlUtils.CreateXPathDocumentFromContent(_documentContent); 519_xpathDocument = (XPathDocument)cacheInternal.Get(key); 531_xpathDocument = new XPathDocument(XmlUtils.CreateXmlReader(stream, physicalPath));
6 references to _xpathDocument
System.Web (6)
UI\WebControls\xml.cs (6)
458Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 500Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 520if (_xpathDocument == null) { 537cacheInternal.Insert(key, _xpathDocument, new CacheInsertOptions() { Dependencies = dependency }); 562if (_document == null && _xpathDocument == null && _xpathNavigator == null) { 583doc = _xpathDocument;