1 reference to _getMACAddress
dotnet (1)
Telemetry\TelemetryCommonProperties.cs (1)
82
private string GetMachineId() =>
_getMACAddress
() is { } macAddress ? _hasher(macAddress) : Guid.NewGuid().ToString();