1 write to NewFeatureBand
Microsoft.NET.Build.Tasks (1)
ManifestVersionUpdate.cs (1)
13NewFeatureBand = newFeatureBand;
5 references to NewFeatureBand
Microsoft.NET.Build.Tasks (5)
ManifestVersionUpdate.cs (5)
34ret = string.Compare(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 42string.Equals(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 53return HashCode.Combine(ManifestId, NewVersion, NewFeatureBand);