2 writes to ExcludedPlatforms
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\RelationsParser.cs (2)
30ExcludedPlatforms = new List<string>(); 45ExcludedPlatforms = new List<string>(ExcludedPlatforms),
4 references to ExcludedPlatforms
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\RelationsParser.cs (2)
45ExcludedPlatforms = new List<string>(ExcludedPlatforms), 505switchRelationsToAdd.ExcludedPlatforms.Add(attrib.InnerText);
XamlTaskFactory\TaskGenerator.cs (2)
976if (rel.ExcludedPlatforms.Count > 0) 978foreach (string excludedPlatform in rel.ExcludedPlatforms)