2 implementations of GetProductCollection
dotnet (1)
Commands\Sdk\Check\ProductCollectionProvider.cs (1)
13
public ProductCollection
GetProductCollection
(Uri uri = null, string filePath = null)
dotnet.Tests (1)
CommandTests\Sdk\Check\MockProductCollectionProvider.cs (1)
20
public ProductCollection
GetProductCollection
(Uri uri = null, string filePath = null)
1 reference to GetProductCollection
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
50
var productCollection = _productCollectionProvider.
GetProductCollection
(