1 instantiation of VersionIdentifierTestAsset
Microsoft.DotNet.VersionTools.Tests (1)
BuildManifest\VersionIdentiferTests.cs (1)
81testAssets.Add(new VersionIdentifierTestAsset(name, expectedVersion, nameWithoutVersions, i + 1));
5 references to VersionIdentifierTestAsset
Microsoft.DotNet.VersionTools.Tests (5)
BuildManifest\VersionIdentiferTests.cs (5)
49List<VersionIdentifierTestAsset> testAssets = GetTestAssets(); 51foreach (VersionIdentifierTestAsset testAsset in testAssets) 64private List<VersionIdentifierTestAsset> GetTestAssets() 66List<VersionIdentifierTestAsset> testAssets = new List<VersionIdentifierTestAsset>();