2 references to ExcludeList
Crossgen2Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
111
var exclusionSet =
ExcludeList
== null || Crossgen2Composite ? null : new HashSet<string>(
ExcludeList
, StringComparer.OrdinalIgnoreCase);