2 references to ExcludeList
Microsoft.NET.Build.Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
144
var exclusionSet =
ExcludeList
== null ? null : new HashSet<string>(
ExcludeList
, StringComparer.OrdinalIgnoreCase);