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