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