2 references to IncludeAllContentForSelfExtract
ILLink.RoslynAnalyzer (2)
MSBuildPropertyOptionNames.cs (1)
9
public const string IncludeAllContentForSelfExtract = nameof(
IncludeAllContentForSelfExtract
);
RequiresAssemblyFilesAnalyzer.cs (1)
61
var includesAllContent = options.GetMSBuildPropertyValue(MSBuildPropertyOptionNames.
IncludeAllContentForSelfExtract
);