6 references to Crossgen2Composite
Crossgen2Tasks (6)
PrepareForReadyToRunCompilation.cs (6)
109
if (
Crossgen2Composite
&& EmitSymbols && _crossgen2IsVersion5)
142
var exclusionSet = ExcludeList == null ||
Crossgen2Composite
? null : new HashSet<string>(ExcludeList, StringComparer.OrdinalIgnoreCase);
143
var compositeExclusionSet = PublishReadyToRunCompositeExclusions == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeExclusions, StringComparer.OrdinalIgnoreCase);
144
var compositeRootSet = PublishReadyToRunCompositeRoots == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeRoots, StringComparer.OrdinalIgnoreCase);
148
var eligibility = GetInputFileEligibility(file,
Crossgen2Composite
, exclusionSet, compositeExclusionSet, compositeRootSet);
276
if (
Crossgen2Composite
)