1 override of GetExpandable
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\ObjectList.cs (1)
399protected override bool GetExpandable(uint index, uint listTypeExcluded)
1 reference to GetExpandable
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractObjectList.cs (1)
209pfExpandable = GetExpandable(index, listTypeExcluded) ? 1 : 0;