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