2 references to GetMachineId
dotnet-aot (2)
parent\dotnet\Telemetry\TelemetryCommonProperties.cs (2)
70
{ MachineIdOld, _userLevelCacheWriter.RunWithCache(MachineIdCacheKey,
GetMachineId
) },
73
{ MachineId, _userLevelCacheWriter.RunWithCacheInFilePath(Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, $"{MachineIdCacheKey}.v1.dotnetUserLevelCache"),
GetMachineId
) },