3 references to BuildPropertyNames
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (3)
134
if (TryGetPropertyValue(hierarchy,
BuildPropertyNames
.MaxSupportedLangVersion, out var maxLangVer))
139
if (TryGetBoolPropertyValue(hierarchy,
BuildPropertyNames
.RunAnalyzers, out var runAnayzers))
144
if (TryGetBoolPropertyValue(hierarchy,
BuildPropertyNames
.RunAnalyzersDuringLiveAnalysis, out var runAnayzersDuringLiveAnalysis))