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