4 references to SchemeSettingElementCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
438[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SchemeSettingElementCollection))]
System.Configuration.ConfigurationManager (3)
System\Configuration\UriSection.cs (3)
18typeof(SchemeSettingElementCollection), null, ConfigurationPropertyOptions.None); 34public SchemeSettingElementCollection SchemeSettings => (SchemeSettingElementCollection)this[_schemeSettings];