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