4 writes to RawXml
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
2010sectionXmlInfo.RawXml = null;
System\Configuration\SectionRecord.cs (3)
299locationInput.SectionXmlInfo.RawXml = null; 305indirectLocationInput.SectionXmlInfo.RawXml = null; 310FileInput.SectionXmlInfo.RawXml = null;
1 reference to RawXml
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
1987string rawXml = input.SectionXmlInfo.RawXml;