3 writes to _xpathNavigator
System.Web (3)
UI\WebControls\xml.cs (3)
192_xpathNavigator = null; 220_xpathNavigator = null; 332_xpathNavigator = value;
7 references to _xpathNavigator
System.Web (7)
UI\WebControls\xml.cs (7)
325return _xpathNavigator; 458Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 500Debug.Assert(_xpathDocument == null && _document == null && _xpathNavigator == null); 555if ((_document == null) && (_xpathNavigator == null)) { 562if (_document == null && _xpathDocument == null && _xpathNavigator == null) { 580} else if (_xpathNavigator != null) { 581doc = _xpathNavigator;