8 references to SettingValueElement
System (1)
src\libraries\shims\System\ref\System.cs (1)
467[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingValueElement))]
System.Configuration.ConfigurationManager (7)
System\Configuration\SettingElement.cs (3)
22typeof(SettingValueElement), 91public SettingValueElement Value 95return (SettingValueElement)base[s_propValue];
System\Configuration\SettingValueElement.cs (4)
39SettingValueElement u = settingValue as SettingValueElement; 75ValueXml = ((SettingValueElement)parentElement).ValueXml; 82ValueXml = ((SettingValueElement)sourceElement).ValueXml;