1 override of GetPhysicalAddress
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
33
public sealed override PhysicalAddress
GetPhysicalAddress
() { return _physicalAddress; }
3 references to GetPhysicalAddress
aspire (1)
Telemetry\MachineInformationProviderBase.cs (1)
62
.Select(x => x.
GetPhysicalAddress
().ToString())
dotnet (1)
Telemetry\MacAddressGetter.cs (1)
41
.Select(nic => nic.
GetPhysicalAddress
().GetAddressBytes())
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\MacAddressGetter.cs (1)
41
.Select(nic => nic.
GetPhysicalAddress
().GetAddressBytes())