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