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