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