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