4 writes to m_port
mscorlib (4)
system\security\util\urlstring.cs (4)
92
m_port
= -1;
112
m_port
= -1;
322
m_port
= Int32.Parse( temp.Substring(portIndex + 1), CultureInfo.InvariantCulture );
331
m_port
= Int32.Parse( temp.Substring(portIndex + 1, tempIndex - portIndex - 1), CultureInfo.InvariantCulture );
9 references to m_port
mscorlib (9)
system\security\util\urlstring.cs (9)
324
if (
m_port
< 0)
709
if (
m_port
== -1)
712
return
m_port
.ToString(CultureInfo.InvariantCulture);
882
if (normalUrl1.
m_port
!= normalUrl2.
m_port
)
975
if (url1.
m_port
!= url2.
m_port
)
999
if (
m_port
!= -1)
1000
builtUrl = builtUrl.AppendFormat("{0}",
m_port
);