2 references to GetFromFileAsync
dotnet (1)
Commands\Sdk\Check\ProductCollectionProvider.cs (1)
18
filePath != null ? Task.Run(() => ProductCollection.
GetFromFileAsync
(filePath, false)).Result :
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Sdk\Check\ProductCollectionProvider.cs (1)
18
filePath != null ? Task.Run(() => ProductCollection.
GetFromFileAsync
(filePath, false)).Result :