5 references to AllExceptIntranet
System (5)
net\System\Net\Configuration\IdnElement.cs (1)
66
return UriIdnScope.
AllExceptIntranet
;
net\System\URI.cs (4)
224
((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.
AllExceptIntranet
)
234
((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.
AllExceptIntranet
)
4048
if ((s_IdnScope == UriIdnScope.
AllExceptIntranet
) && IsIntranet(new string(pString, 0, end))){
4268
if ((s_IdnScope == UriIdnScope.
AllExceptIntranet
) && IsIntranet(new string(pString, 0, end)))