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