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