2 writes to _webConfig
System.Web.Mobile (2)
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
249
_webConfig
= webConfig;
260
_webConfig
= webConfig;
9 references to _webConfig
System.Web.Mobile (9)
UI\MobileControls\Design\Util\WebConfigManager.cs (9)
315
_xmlNode.Attributes.Append(
_webConfig
.Document.CreateAttribute("name"));
328
_xmlNode.Attributes.Append(
_webConfig
.Document.CreateAttribute("compare"));
334
_xmlNode.Attributes.Append(
_webConfig
.Document.CreateAttribute("argument"));
348
_xmlNode.Attributes.Append(
_webConfig
.Document.CreateAttribute("type"));
354
_xmlNode.Attributes.Append(
_webConfig
.Document.CreateAttribute("method"));
359
_webConfig
.EnsureSystemWebSectionIsPresent();
361
XmlNode filters =
_webConfig
.FindFilterSection(
_webConfig
.Document, false);
413
_webConfig