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