10 references to _kindStack
Microsoft.CodeAnalysis.VisualBasic.Features (10)
Completion\KeywordRecommenders\PreprocessorDirectives\PreprocessorHelpers.vb (10)
63
_kindStack
.Push(node.Kind)
66
If
_kindStack
.Count > 0 Then
67
_kindStack
.Pop()
70
_kindStack
.Push(node.Kind)
75
If
_kindStack
.Count > 0 Then
76
_kindStack
.Pop()
79
_kindStack
.Push(node.Kind)
84
If
_kindStack
.Count > 0 Then
85
_kindStack
.Pop()
90
Return
_kindStack