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