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