1 write to Name
Microsoft.DotNet.Build.Manifest.Tests (1)
VersionIdentifierTestAsset.cs (1)
10Name = name;
2 references to Name
Microsoft.DotNet.Build.Manifest.Tests (2)
VersionIdentiferTests.cs (2)
56string actualVersion = VersionIdentifier.GetVersion(testAsset.Name); 60string actualNameWithoutVersions = VersionIdentifier.RemoveVersions(testAsset.Name);