3 references to ReadPackageListAsync
Microsoft.DotNet.VersionTools (3)
Automation\VersionsRepoUpdater.cs (1)
89return await BuildInfo.ReadPackageListAsync(reader);
BuildInfo.cs (2)
61packages = await ReadPackageListAsync(reader); 145Dictionary<string, string> packages = await ReadPackageListAsync(packageReader);