1 write to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
120DependentPlatforms = new List<DependentPlatform>();
1 reference to DependentPlatforms
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
147DependentPlatforms.Add(new DependentPlatform(childElement.GetAttribute(Attributes.Name), childElement.GetAttribute(Attributes.Version)));