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