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