1 write to LowestBoundNode
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\BoundNodeSummary.vb (1)
38
Me.
LowestBoundNode
= lowestBound
25 references to LowestBoundNode
Microsoft.CodeAnalysis.VisualBasic (25)
Compilation\SemanticModel.vb (25)
228
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
252
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
327
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
414
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
427
Dim lowerExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
455
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
528
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
918
Dim lowestExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
994
parentSyntax Is boundNodes.
LowestBoundNode
.Syntax.Parent AndAlso
995
((parentSyntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso (DirectCast(parentSyntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax))) Then
1020
If boundNodes.
LowestBoundNode
IsNot Nothing Then
1021
Select Case boundNodes.
LowestBoundNode
.Kind
1035
DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax AndAlso
1044
Dim boundType = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeExpression)
1060
Dim attribute = DirectCast(boundNodes.
LowestBoundNode
, BoundAttribute)
1091
Dim creation = DirectCast(boundNodes.
LowestBoundNode
, BoundObjectCreationExpression)
1108
Dim lateInvocation = DirectCast(boundNodes.
LowestBoundNode
, BoundLateInvocation)
1115
Dim meReference = DirectCast(boundNodes.
LowestBoundNode
, BoundExpression)
1116
Dim binder As Binder = If(binderOpt, GetEnclosingBinder(boundNodes.
LowestBoundNode
.Syntax.SpanStart))
1127
Dim boundTypeOrValue = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeOrValueExpression)
1136
Dim lowestExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
1181
If highestBoundNodeExpr IsNot Nothing AndAlso boundNodes.HighestBoundNode IsNot boundNodes.
LowestBoundNode
Then
1275
Dim methodGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundMethodGroup)
1342
Dim propertyGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundPropertyGroup)
1416
Dim lowestBoundNode = boundNodes.
LowestBoundNode