1 write to NewFeatureBand
Microsoft.DotNet.MSBuildSdkResolver (1)
ManifestVersionUpdate.cs (1)
13NewFeatureBand = newFeatureBand;
5 references to NewFeatureBand
Microsoft.DotNet.MSBuildSdkResolver (5)
ManifestVersionUpdate.cs (5)
34ret = string.Compare(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 42string.Equals(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 58hashCode = hashCode * -1521134295 + EqualityComparer<string?>.Default.GetHashCode(NewFeatureBand);