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