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