2 references to GetMacAddress
dotnet (2)
Installer\Windows\WindowsUtils.cs (1)
31
return Uuid.Create($"{processId};{Environment.ProcessPath.ToLowerInvariant()};{Sha256Hasher.Hash(MacAddressGetter.
GetMacAddress
())};{string.Join(";", values)}")
Telemetry\TelemetryCommonProperties.cs (1)
29
private readonly Func<string> _getMACAddress = getMACAddress ?? MacAddressGetter.
GetMacAddress
;