8 writes to _document
System.Web (8)
UI\WebControls\xml.cs (8)
172_document = value; 190_document = null; 217_document = null; 331_document = null; 461_document = XmlUtils.CreateXmlDocumentFromContent(_documentContent); 474_document = (XmlDocument) cacheInternal.Get(key); 482_document = new XmlDocument(); 494_document = (XmlDocument)_document.CloneNode(true/*deep*/);
13 references to _document
System.Web (13)
UI\WebControls\xml.cs (13)
163if (_document == null) { 166return _document; 458Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 476if (_document == null) { 483_document.Load(XmlUtils.CreateXmlReader(stream, physicalPath)); 484cacheInternal.Insert(key, _document, new CacheInsertOptions() { Dependencies = dependency }); 492lock (_document) { 494_document = (XmlDocument)_document.CloneNode(true/*deep*/); 500Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 555if ((_document == null) && (_xpathNavigator == null)) { 562if (_document == null && _xpathDocument == null && _xpathNavigator == null) { 578if (_document != null) { 579doc = _document;