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