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)
51if (_dnsSuffix == null) 56return _dnsSuffix;