2 writes to _rawXml
System.Configuration (2)
System\Configuration\DefaultSection.cs (2)
44
_rawXml
= string.Empty;
52
_rawXml
= xmlReader.ReadOuterXml();
1 reference to _rawXml
System.Configuration (1)
System\Configuration\DefaultSection.cs (1)
57
return
_rawXml
;