1 write to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
120
DependentPlatforms
= new List<DependentPlatform>();
10 references to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
147
DependentPlatforms
.Add(new DependentPlatform(childElement.GetAttribute(Attributes.Name), childElement.GetAttribute(Attributes.Version)));
Microsoft.Build.Utilities.UnitTests (9)
PlatformManifest_Tests.cs (9)
113
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);
134
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);
155
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(1);
157
var platforms = new List<PlatformManifest.DependentPlatform>(manifest.Manifest.
DependentPlatforms
);
180
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(3);
182
var platforms = new List<PlatformManifest.DependentPlatform>(manifest.Manifest.
DependentPlatforms
);
210
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(1);
211
PlatformManifest.DependentPlatform platform = manifest.Manifest.
DependentPlatforms
.First();
240
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);