1 instantiation of UriSectionReader
System (1)
net\System\Net\Configuration\UriSectionReader.cs (1)
51UriSectionReader reader = new UriSectionReader(configFilePath, parentData);
3 references to UriSectionReader
System (3)
net\System\Net\Configuration\UriSection.cs (2)
216UriSectionData machineSettings = UriSectionReader.Read(machineConfigFilePath); 218UriSectionData appSettings = UriSectionReader.Read(appConfigFilePath, machineSettings);
net\System\Net\Configuration\UriSectionReader.cs (1)
51UriSectionReader reader = new UriSectionReader(configFilePath, parentData);