1 write to _testWorkloadSetVersions
dotnet-MsiInstallation.Tests (1)
WorkloadSetTestsBase.cs (1)
26_testWorkloadSetVersions = new Lazy<Dictionary<string, string>>(() =>
5 references to _testWorkloadSetVersions
dotnet-MsiInstallation.Tests (5)
WorkloadSetTestsBase.cs (5)
18protected string WorkloadSetVersion1 => _testWorkloadSetVersions.Value["version1"]; 19protected string WorkloadSetVersionPreview => _testWorkloadSetVersions.Value["versionpreview"]; 20protected string WorkloadSetVersion2 => _testWorkloadSetVersions.Value["version2"]; 21protected string WorkloadSetPreviousBandVersion => _testWorkloadSetVersions.Value.GetValueOrDefault("previousbandversion", "8.0.204"); 23protected override bool NeedsIncludePreviews => bool.Parse(_testWorkloadSetVersions.Value.GetValueOrDefault("needsIncludePreviews", "false"));