1 write to Exclude
Microsoft.Build.Tasks.Core (1)
CreateItem.cs (1)
65
(
Exclude
, bool expandedExclude) = TryExpandWildcards(Exclude, XMakeAttributes.exclude);
3 references to Exclude
Microsoft.Build.Tasks.Core (3)
CreateItem.cs (3)
65
(Exclude, bool expandedExclude) = TryExpandWildcards(
Exclude
, XMakeAttributes.exclude);
75
if (AdditionalMetadata == null &&
Exclude
== null)
87
Dictionary<string, string> excludeItems = GetUniqueItems(
Exclude
);