6 references to Crossgen2Composite
Microsoft.NET.Build.Tasks (6)
PrepareForReadyToRunCompilation.cs (6)
108
if (
Crossgen2Composite
&& EmitSymbols && _crossgen2IsVersion5)
141
var exclusionSet = ExcludeList == null ||
Crossgen2Composite
? null : new HashSet<string>(ExcludeList, StringComparer.OrdinalIgnoreCase);
142
var compositeExclusionSet = PublishReadyToRunCompositeExclusions == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeExclusions, StringComparer.OrdinalIgnoreCase);
143
var compositeRootSet = PublishReadyToRunCompositeRoots == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeRoots, StringComparer.OrdinalIgnoreCase);
147
var eligibility = GetInputFileEligibility(file,
Crossgen2Composite
, exclusionSet, compositeExclusionSet, compositeRootSet);
275
if (
Crossgen2Composite
)