5 references to AllExceptIntranet
System (5)
net\System\Net\Configuration\IdnElement.cs (1)
66return 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) 4048if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))){ 4268if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end)))