2 writes to _dnsSuffix
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
26
_dnsSuffix
= systemProperties.DnsSuffix;
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
23
_dnsSuffix
= GetDnsSuffix();
2 references to _dnsSuffix
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (2)
51
if (
_dnsSuffix
== null)
56
return
_dnsSuffix
;