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