1 write to s_IdnScope
System (1)
net\System\URI.cs (1)
995
s_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)
2229
if((
s_IdnScope
!= UriIdnScope.None) || m_iriParsing)
3971
if (iriParsing || (
s_IdnScope
!= UriIdnScope.None)){
4045
if ((
s_IdnScope
!= UriIdnScope.None)){
4048
if ((
s_IdnScope
== UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))){
4268
if ((
s_IdnScope
== UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end)))