5 writes to RawXml
System.Configuration.ConfigurationManager (5)
System\Configuration\MgmtConfigurationRecord.cs (1)
1864sectionXmlInfo.RawXml = null;
System\Configuration\SectionRecord.cs (3)
253foreach (SectionInput locationInput in LocationInputs) locationInput.SectionXmlInfo.RawXml = null; 258indirectLocationInput.SectionXmlInfo.RawXml = null; 261if (HasFileInput) FileInput.SectionXmlInfo.RawXml = null;
System\Configuration\SectionXmlInfo.cs (1)
25RawXml = rawXml;
1 reference to RawXml
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
1550string rawXml = input.SectionXmlInfo.RawXml;