1 write to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
119
DependentPlatforms
= new List<DependentPlatform>();
10 references to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
146
DependentPlatforms
.Add(new DependentPlatform(childElement.GetAttribute(Attributes.Name), childElement.GetAttribute(Attributes.Version)));
Microsoft.Build.Utilities.UnitTests (9)
PlatformManifest_Tests.cs (9)
112
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);
133
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);
154
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(1);
156
var platforms = new List<PlatformManifest.DependentPlatform>(manifest.Manifest.
DependentPlatforms
);
179
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(3);
181
var platforms = new List<PlatformManifest.DependentPlatform>(manifest.Manifest.
DependentPlatforms
);
209
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(1);
210
PlatformManifest.DependentPlatform platform = manifest.Manifest.
DependentPlatforms
.First();
239
manifest.Manifest.
DependentPlatforms
.Count.ShouldBe(0);