2 references to TryGetPropertyValue
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
133
if (
TryGetPropertyValue
(hierarchy, BuildPropertyNames.MaxSupportedLangVersion, out var maxLangVer))
449
if (!
TryGetPropertyValue
(hierarchy, propertyName, out var stringPropertyValue))