6 writes to RawXml
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (5)
403
configSection.SectionInformation.
RawXml
= null;
462
configSection.SectionInformation.
RawXml
= xmlElement;
481
configSection.SectionInformation.
RawXml
= null;
728
configSection.SectionInformation.
RawXml
= null;
1834
configSection.SectionInformation.
RawXml
= null;
System\Configuration\SectionInformation.cs (1)
672
else
RawXml
= string.IsNullOrEmpty(rawXml) ? null : rawXml;
5 references to RawXml
System.Configuration.ConfigurationManager (5)
System\Configuration\MgmtConfigurationRecord.cs (4)
725
string rawXml = configSection.SectionInformation.
RawXml
;
1590
(configSection.SectionInformation.
RawXml
!= null);
1609
(configSection.SectionInformation.
RawXml
== null) ||
1619
else updatedXml = configSection.SectionInformation.
RawXml
;
System\Configuration\SectionInformation.cs (1)
664
return
RawXml
?? _configRecord?.GetRawXml(ConfigKey);