1 write to NewFeatureBand
Microsoft.DotNet.TemplateLocator (1)
parent\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\ManifestVersionUpdate.cs (1)
13NewFeatureBand = newFeatureBand;
5 references to NewFeatureBand
Microsoft.DotNet.TemplateLocator (5)
parent\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\ManifestVersionUpdate.cs (5)
34ret = string.Compare(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 42string.Equals(NewFeatureBand, other.NewFeatureBand, StringComparison.Ordinal); 53return HashCode.Combine(ManifestId, NewVersion, NewFeatureBand);