2 instantiations of SchemeSettingInternal
System (2)
net\System\Net\Configuration\UriSection.cs (1)
97
schemeSetting = new
SchemeSettingInternal
(element.Name, element.GenericUriParserOptions);
net\System\Net\Configuration\UriSectionReader.cs (1)
241
SchemeSettingInternal schemeSetting = new
SchemeSettingInternal
(schemeValue,
15 references to SchemeSettingInternal
System (15)
net\System\Net\Configuration\UriSection.cs (9)
80
private Dictionary<string,
SchemeSettingInternal
> schemeSettings;
84
this.schemeSettings = new Dictionary<string,
SchemeSettingInternal
>();
94
SchemeSettingInternal
schemeSetting;
104
IEnumerable<
SchemeSettingInternal
> schemeSettings)
111
foreach (
SchemeSettingInternal
schemeSetting in schemeSettings) {
127
internal
SchemeSettingInternal
GetSchemeSetting(string scheme)
129
SchemeSettingInternal
result;
231
IEnumerable<
SchemeSettingInternal
> schemeSettings =
232
resultSectionData.SchemeSettings.Values as IEnumerable<
SchemeSettingInternal
>;
net\System\Net\Configuration\UriSectionData.cs (3)
17
private Dictionary<string,
SchemeSettingInternal
> schemeSettings;
21
schemeSettings = new Dictionary<string,
SchemeSettingInternal
>();
36
public Dictionary<string,
SchemeSettingInternal
> SchemeSettings
net\System\Net\Configuration\UriSectionReader.cs (2)
37
foreach (KeyValuePair<string,
SchemeSettingInternal
> schemeSetting in parentData.SchemeSettings)
241
SchemeSettingInternal
schemeSetting = new SchemeSettingInternal(schemeValue,
net\System\URI.cs (1)
1024
SchemeSettingInternal
schemeSetting = uriSection.GetSchemeSetting(scheme);