1 instantiation of DependentPlatform
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
147DependentPlatforms.Add(new DependentPlatform(childElement.GetAttribute(Attributes.Name), childElement.GetAttribute(Attributes.Version)));
2 references to DependentPlatform
Microsoft.Build.Utilities.Core (2)
PlatformManifest.cs (2)
57public ICollection<DependentPlatform> DependentPlatforms { get; private set; } 120DependentPlatforms = new List<DependentPlatform>();