19 references to GetLowerBoundNode
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\MemberSemanticModel.vb (19)
117Dim boundExpression = TryCast(Me.GetLowerBoundNode(expression), BoundExpression) 217Dim lowerBound = GetLowerBoundNode(node) 219Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, GetLowerBoundNode(parentSyntax)) 230Dim lowerBound = UnwrapRaiseEvent(GetLowerBoundNode(node)) 233Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing, UnwrapRaiseEvent(GetLowerBoundNode(parentSyntax))) 524Dim boundlambda = TryCast(GetLowerBoundNode(lambdaSyntax), BoundLambda) 610Dim boundExpression = TryCast(GetLowerBoundNode(anonymousObjectCreationExpressionSyntax), BoundExpression) 636Dim boundExpression = TryCast(GetLowerBoundNode(anonymousObjectCreation), BoundExpression) 661Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 682Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 699Dim bound As BoundNode = GetLowerBoundNode(rangeVariableSyntax) 911Dim boundCollectionInitializer = TryCast(GetLowerBoundNode(collectionInitializer.Initializer), BoundCollectionInitializerExpression) 941bound = GetLowerBoundNode(query) 960bound = GetLowerBoundNode(node) 993Dim bound As BoundNode = GetLowerBoundNode(node) 1003Dim bound As BoundNode = GetLowerBoundNode(node) 1059bound = GetLowerBoundNode(node) 1775Dim boundNode = GetLowerBoundNode(lambda) 2076Dim bound As BoundNode = GetLowerBoundNode(awaitExpression)