1 write to s_IdnScope
System (1)
net\System\URI.cs (1)
995s_IdnScope = section.IdnScope;
9 references to s_IdnScope
System (9)
net\System\URI.cs (9)
224((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet) 234((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet) 2229if((s_IdnScope != UriIdnScope.None) || m_iriParsing) 3971if (iriParsing || (s_IdnScope != UriIdnScope.None)){ 4045if ((s_IdnScope != UriIdnScope.None)){ 4048if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))){ 4268if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end)))