1 write to _currentNode
System.Web.Mobile (1)
Mobile\ConfigurationSectionHelper.cs (1)
31_currentNode = value;
15 references to _currentNode
System.Web.Mobile (15)
Mobile\ConfigurationSectionHelper.cs (15)
26return _currentNode; 37XmlNode attibuteNode = _currentNode.Attributes.RemoveNamedItem(attributeName); 43throw new ConfigurationErrorsException(msg, _currentNode); 53Debug.Assert(null != _currentNode); 62throw new ConfigurationErrorsException(msg, _currentNode); 132Debug.Assert(null != _currentNode); 134if(_currentNode.Attributes.Count != 0) 137_currentNode.Attributes[0].Name); 138throw new ConfigurationErrorsException(msg, _currentNode); 145Debug.Assert(null != _currentNode); 147return _currentNode.NodeType == XmlNodeType.Comment || 148_currentNode.NodeType == XmlNodeType.Whitespace; 154Debug.Assert(null != _currentNode); 156if(_currentNode.NodeType != XmlNodeType.Element) 159_currentNode);