3 writes to m_ScopeId
System (3)
net\System\Net\IPAddress.cs (3)
98
m_ScopeId
= scopeid;
105
m_ScopeId
= scopeid;
412
m_ScopeId
= value;
12 references to m_ScopeId
System (12)
net\System\Net\IPAddress.cs (12)
393
return
m_ScopeId
;
410
if (
m_ScopeId
!=value) {
443
if (
m_ScopeId
>0) {
444
saddr[24] = (byte)
m_ScopeId
;
445
saddr[25] = (byte)(
m_ScopeId
>> 8);
446
saddr[26] = (byte)(
m_ScopeId
>> 16);
447
saddr[27] = (byte)(
m_ScopeId
>> 24);
469
if (
m_ScopeId
!= 0)
471
addressString.Append('%').Append((uint)
m_ScopeId
);
662
if (comparand.
m_ScopeId
== this.
m_ScopeId
)
714
return new IPAddress(m_Numbers, (uint)
m_ScopeId
);