2 references to PublishReadyToRunCompositeExclusions
Crossgen2Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
112
var compositeExclusionSet =
PublishReadyToRunCompositeExclusions
== null || !Crossgen2Composite ? null : new HashSet<string>(
PublishReadyToRunCompositeExclusions
, StringComparer.OrdinalIgnoreCase);