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