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)
458
Debug.Assert(
_xpathDocument
== null && _document == null && _xpathNavigator == null);
500
Debug.Assert(
_xpathDocument
== null && _document == null && _xpathNavigator == null);
520
if (
_xpathDocument
== null) {
537
cacheInternal.Insert(key,
_xpathDocument
, new CacheInsertOptions() { Dependencies = dependency });
562
if (_document == null &&
_xpathDocument
== null && _xpathNavigator == null) {
583
doc =
_xpathDocument
;