19 references to GetLowerBoundNode
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\MemberSemanticModel.vb (19)
116Dim boundExpression = TryCast(Me.GetLowerBoundNode(expression), BoundExpression) 216Dim lowerBound = GetLowerBoundNode(node) 218Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, GetLowerBoundNode(parentSyntax)) 229Dim lowerBound = UnwrapRaiseEvent(GetLowerBoundNode(node)) 232Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, UnwrapRaiseEvent(GetLowerBoundNode(parentSyntax))) 523Dim boundlambda = TryCast(GetLowerBoundNode(lambdaSyntax), BoundLambda) 609Dim boundExpression = TryCast(GetLowerBoundNode(anonymousObjectCreationExpressionSyntax), BoundExpression) 635Dim boundExpression = TryCast(GetLowerBoundNode(anonymousObjectCreation), BoundExpression) 660Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 681Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 698Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 910Dim boundCollectionInitializer = TryCast(GetLowerBoundNode(collectionInitializer.Initializer), BoundCollectionInitializerExpression) 940bound = GetLowerBoundNode(query) 959bound = GetLowerBoundNode(node) 992Dim bound As BoundNode = GetLowerBoundNode(node) 1002Dim bound As BoundNode = GetLowerBoundNode(node) 1058bound = GetLowerBoundNode(node) 1774Dim boundNode = GetLowerBoundNode(lambda) 2075Dim bound As BoundNode = GetLowerBoundNode(awaitExpression)