2 writes to ScopeId
System (2)
net\System\URI.cs (2)
2486string host = CreateHostStringHelper(m_String, m_Info.Offset.Host, m_Info.Offset.Path, ref flags, ref m_Info.ScopeId); 2654host = CreateHostStringHelper(host, 0, (ushort)host.Length, ref flags, ref m_Info.ScopeId);
7 references to ScopeId
System (7)
net\System\URI.cs (7)
1274if ((object)m_Info.ScopeId != null) { 1275ret += m_Info.ScopeId; 2534if ((object)m_Info.ScopeId != null) { 2890(object)m_Info.ScopeId != null) 2892m_Info.ScopeId.CopyTo(0, chars, count-1, m_Info.ScopeId.Length); 2893count += m_Info.ScopeId.Length;