2 instantiations of UriSectionInternal
System (2)
net\System\Net\Configuration\UriSection.cs (2)
189
return new
UriSectionInternal
(section);
234
return new
UriSectionInternal
(idnScope, iriParsing, schemeSettings);
6 references to UriSectionInternal
System (6)
net\System\Net\Configuration\UriSection.cs (3)
152
internal static
UriSectionInternal
GetSection()
179
private static
UriSectionInternal
LoadUsingSystemConfiguration()
200
private static
UriSectionInternal
LoadUsingCustomParser(string appConfigFilePath)
net\System\URI.cs (3)
992
UriSectionInternal
section =
UriSectionInternal
.GetSection();
1015
private static void SetEscapedDotSlashSettings(
UriSectionInternal
uriSection, string scheme)