2 references to GetAsync
dotnet-aot (2)
parent\dotnet\Commands\Sdk\Check\ProductCollectionProvider.cs (1)
19
Task.Run(() => ProductCollection.
GetAsync
()).Result;
parent\dotnet\SdkVulnerability\SdkReleaseMetadataCache.cs (1)
107
ProductCollection productCollection = await ProductCollection.
GetAsync
().ConfigureAwait(false);