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)
26
return
_currentNode
;
37
XmlNode attibuteNode =
_currentNode
.Attributes.RemoveNamedItem(attributeName);
43
throw new ConfigurationErrorsException(msg,
_currentNode
);
53
Debug.Assert(null !=
_currentNode
);
62
throw new ConfigurationErrorsException(msg,
_currentNode
);
132
Debug.Assert(null !=
_currentNode
);
134
if(
_currentNode
.Attributes.Count != 0)
137
_currentNode
.Attributes[0].Name);
138
throw new ConfigurationErrorsException(msg,
_currentNode
);
145
Debug.Assert(null !=
_currentNode
);
147
return
_currentNode
.NodeType == XmlNodeType.Comment ||
148
_currentNode
.NodeType == XmlNodeType.Whitespace;
154
Debug.Assert(null !=
_currentNode
);
156
if(
_currentNode
.NodeType != XmlNodeType.Element)
159
_currentNode
);