2 writes to IdnScope
System (2)
net\System\Net\Configuration\UriSectionReader.cs (2)
35sectionData.IdnScope = parentData.IdnScope; 167sectionData.IdnScope = (UriIdnScope)Enum.Parse(typeof(UriIdnScope), attributeValue, true);
2 references to IdnScope
System (2)
net\System\Net\Configuration\UriSection.cs (1)
229UriIdnScope idnScope = resultSectionData.IdnScope ?? IdnElement.EnabledDefaultValue;
net\System\Net\Configuration\UriSectionReader.cs (1)
35sectionData.IdnScope = parentData.IdnScope;