2 writes to _physicalAddress
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
107lni._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)
33public sealed override PhysicalAddress GetPhysicalAddress() { return _physicalAddress; }