3 references to UriSectionName
System (3)
net\System\Net\Configuration\UriSection.cs (1)
183
CommonConfigurationStrings.
UriSectionName
) as UriSection;
net\System\Net\Configuration\UriSectionReader.cs (2)
103
if (IsEndElement(CommonConfigurationStrings.
UriSectionName
))
300
if (!reader.ReadToFollowing(CommonConfigurationStrings.
UriSectionName
))