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