1 write to NewFeatureBand
dotnet.Tests (1)
CommandTests\Workload\Install\TestManifestUpdate.cs (1)
18
NewFeatureBand
= newFeatureBand;
7 references to NewFeatureBand
dotnet.Tests (7)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (1)
169
File.WriteAllText(Path.Combine(AdManifestPath, "AdvertisedManifestFeatureBand.txt"), manifestUpdate.
NewFeatureBand
);
CommandTests\Workload\Install\TestManifestUpdate.cs (6)
58
ret = string.Compare(
NewFeatureBand
, other.
NewFeatureBand
, StringComparison.Ordinal);
68
string.Equals(
NewFeatureBand
, other.
NewFeatureBand
, StringComparison.Ordinal);
79
return HashCode.Combine(ManifestId, ExistingVersion, ExistingFeatureBand, NewVersion,
NewFeatureBand
);
93
return new(ManifestId, NewVersion,
NewFeatureBand
);