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