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