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