1 write to _basePresentationNodes
Microsoft.VisualStudio.LanguageServices (1)
Library\VsNavInfo\NavInfo.cs (1)
59_basePresentationNodes = CreateNodes(expandDottedNames: false);
4 references to _basePresentationNodes
Microsoft.VisualStudio.LanguageServices (4)
Library\VsNavInfo\NavInfo.cs (4)
61_symbolType = _basePresentationNodes.Length > 0 62? _basePresentationNodes[^1].ListType 126? CreateEnum(ref _objectBrowserEnumNodes, _basePresentationNodes, isCanonical: false, isObjectBrowser: true) 127: CreateEnum(ref _classViewEnumNodes, _basePresentationNodes, isCanonical: false, isObjectBrowser: false);