2 writes to IncludedPlatforms
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\RelationsParser.cs (2)
27IncludedPlatforms = new List<string>(); 44IncludedPlatforms = new List<string>(IncludedPlatforms),
4 references to IncludedPlatforms
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\RelationsParser.cs (2)
44IncludedPlatforms = new List<string>(IncludedPlatforms), 489switchRelationsToAdd.IncludedPlatforms.Add(attrib.InnerText);
XamlTaskFactory\TaskGenerator.cs (2)
986if (rel.IncludedPlatforms.Count > 0) 989foreach (string includedPlatform in rel.IncludedPlatforms)