2 writes to _physicalAddress
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
107
lni.
_physicalAddress
= new PhysicalAddress(((ReadOnlySpan<byte>)nii->AddressBytes)[..nii->NumAddressBytes].ToArray());
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
105
_physicalAddress
= physicalAddress;
1 reference to _physicalAddress
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
33
public sealed override PhysicalAddress GetPhysicalAddress() { return
_physicalAddress
; }