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