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