2 writes to ListType
Microsoft.VisualStudio.LanguageServices (2)
Library\VsNavInfo\NavInfoNode.cs (2)
19ListType = (_LIB_LISTTYPE)listType; 25ListType = listType;
4 references to ListType
Microsoft.VisualStudio.LanguageServices (4)
Library\VsNavInfo\NavInfo.cs (3)
62? _basePresentationNodes[^1].ListType 96if (isObjectBrowser && !isCanonical && baseNodes is [_, { ListType: _LIB_LISTTYPE.LLT_HIERARCHY }, ..]) 103if (isCanonical && baseNodes[i].ListType == _LIB_LISTTYPE.LLT_HIERARCHY)
Library\VsNavInfo\NavInfoNode.cs (1)
36pllt = (uint)ListType;