3 references to GetLowerBoundNode
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (3)
216Dim lowerBound = GetLowerBoundNode(node) 218Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, GetLowerBoundNode(parentSyntax)) 232Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, UnwrapRaiseEvent(GetLowerBoundNode(parentSyntax)))