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