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