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