1 instantiation of VersionIdentifierTestAsset
Microsoft.DotNet.Build.Manifest.Tests (1)
VersionIdentiferTests.cs (1)
82
testAssets.Add(new
VersionIdentifierTestAsset
(name, expectedVersion, nameWithoutVersions, i + 1));
5 references to VersionIdentifierTestAsset
Microsoft.DotNet.Build.Manifest.Tests (5)
VersionIdentiferTests.cs (5)
50
List<
VersionIdentifierTestAsset
> testAssets = GetTestAssets();
52
foreach (
VersionIdentifierTestAsset
testAsset in testAssets)
65
private List<
VersionIdentifierTestAsset
> GetTestAssets()
67
List<
VersionIdentifierTestAsset
> testAssets = new List<
VersionIdentifierTestAsset
>();