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