5 references to None
System (5)
net\System\Net\Configuration\IdnElement.cs (2)
18
internal const UriIdnScope EnabledDefaultValue = UriIdnScope.
None
;
64
return UriIdnScope.
None
;
net\System\URI.cs (3)
2229
if((s_IdnScope != UriIdnScope.
None
) || m_iriParsing)
3971
if (iriParsing || (s_IdnScope != UriIdnScope.
None
)){
4045
if ((s_IdnScope != UriIdnScope.
None
)){