1 write to temp
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
531
temp
= doc.CreateElement("temp");
4 references to temp
System (4)
sys\system\configuration\LocalFileSettingsProvider.cs (4)
539
temp
.InnerText = xmlString;
540
return
temp
.InnerXml;
548
temp
.InnerXml = escapedString;
549
return
temp
.InnerText;