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