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