1 write to tempElement
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
518tempElement = document.CreateElement("temp");
4 references to tempElement
System.Configuration.ConfigurationManager (4)
System\Configuration\LocalFileSettingsProvider.cs (4)
528tempElement.InnerText = xmlString; 529return tempElement.InnerXml; 539tempElement.InnerXml = escapedString; 540return tempElement.InnerText;