3 references to GetMSBuildPropertyValue
ILLink.RoslynAnalyzer (3)
AnalyzerOptionsExtensions.cs (1)
26
var propertyValue =
GetMSBuildPropertyValue
(options, propertyName);
RequiresAssemblyFilesAnalyzer.cs (2)
57
var isSingleFileAnalyzerEnabled = options.
GetMSBuildPropertyValue
(MSBuildPropertyOptionNames.EnableSingleFileAnalyzer);
61
var includesAllContent = options.
GetMSBuildPropertyValue
(MSBuildPropertyOptionNames.IncludeAllContentForSelfExtract);