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