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