5 references to Crossgen2Composite
Microsoft.NET.Build.Tasks (5)
PrepareForReadyToRunCompilation.cs (5)
111
if (
Crossgen2Composite
&& EmitSymbols && _crossgen2IsVersion5)
145
var compositeExclusionSet = PublishReadyToRunCompositeExclusions == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeExclusions, StringComparer.OrdinalIgnoreCase);
146
var compositeRootSet = PublishReadyToRunCompositeRoots == null || !
Crossgen2Composite
? null : new HashSet<string>(PublishReadyToRunCompositeRoots, StringComparer.OrdinalIgnoreCase);
151
var eligibility = GetInputFileEligibility(file,
Crossgen2Composite
, exclusionSet, compositeExclusionSet, compositeRootSet, partialSet);
291
if (
Crossgen2Composite
)