6 writes to RawXml
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (5)
489configSection.SectionInformation.RawXml = null; 549configSection.SectionInformation.RawXml = xmlElement; 565configSection.SectionInformation.RawXml = null; 840configSection.SectionInformation.RawXml = null; 1984configSection.SectionInformation.RawXml = null;
System\Configuration\SectionInformation.cs (1)
805RawXml = (String.IsNullOrEmpty(rawXml)) ? null : rawXml;
6 references to RawXml
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (4)
838string rawXml = configSection.SectionInformation.RawXml; 1737bool sectionContentModified = (isModified || configSection.SectionInformation.RawXml != null); 1753configSection.SectionInformation.RawXml == null || 1773updatedXml = configSection.SectionInformation.RawXml;
System\Configuration\SectionInformation.cs (2)
787if (RawXml != null) { 788return RawXml;