3 references to None
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\PhysicalAddress.cs (2)
76public static PhysicalAddress Parse(string? address) => address != null ? Parse(address.AsSpan()) : None; 90value = None;
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
14internal PhysicalAddress _physicalAddress = PhysicalAddress.None;