4 writes to Aliases
System (4)
net\System\Net\DNS.cs (4)
158
HostEntry.
Aliases
= new string[TempList.Count];
541
ipHostEntry.
Aliases
= new string[0];
1117
hostinfo.
Aliases
= new string[0];
1181
hostinfo.
Aliases
= new string[0];
1 reference to Aliases
System (1)
net\System\Net\DNS.cs (1)
159
TempList.CopyTo(HostEntry.
Aliases
, 0);