5 references to TryGetProperty
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Extensions\IVsHierarchyExtensions.cs (3)
46
=> hierarchy.
TryGetProperty
<EnvDTE.Project>(__VSHPROPID.VSHPROPID_ExtObject, out project);
49
=> hierarchy.
TryGetProperty
<string>(__VSHPROPID.VSHPROPID_Name, out name);
58
=> hierarchy.
TryGetProperty
<IVsHierarchy>(__VSHPROPID.VSHPROPID_ParentHierarchy, out parentHierarchy);
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
428
if (hierarchy.
TryGetProperty
(__VSHPROPID.VSHPROPID_DefaultNamespace, out string value))
ProjectSystem\MetadataReferences\VisualStudioFrameworkAssemblyPathResolverFactory.cs (1)
118
!hierarchy.
TryGetProperty
((__VSHPROPID)__VSHPROPID4.VSHPROPID_TargetFrameworkMoniker, out string? targetMoniker) ||