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)
232
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
256
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
331
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
418
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
431
Dim lowerExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
459
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
532
If bnodeSummary.
LowestBoundNode
IsNot Nothing Then
922
Dim lowestExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
991
parentSyntax Is boundNodes.
LowestBoundNode
.Syntax.Parent AndAlso
992
((parentSyntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso (DirectCast(parentSyntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax))) Then
1017
If boundNodes.
LowestBoundNode
IsNot Nothing Then
1018
Select Case boundNodes.
LowestBoundNode
.Kind
1032
DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax AndAlso
1041
Dim boundType = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeExpression)
1057
Dim attribute = DirectCast(boundNodes.
LowestBoundNode
, BoundAttribute)
1088
Dim creation = DirectCast(boundNodes.
LowestBoundNode
, BoundObjectCreationExpression)
1105
Dim lateInvocation = DirectCast(boundNodes.
LowestBoundNode
, BoundLateInvocation)
1112
Dim meReference = DirectCast(boundNodes.
LowestBoundNode
, BoundExpression)
1113
Dim binder As Binder = If(binderOpt, GetEnclosingBinder(boundNodes.
LowestBoundNode
.Syntax.SpanStart))
1124
Dim boundTypeOrValue = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeOrValueExpression)
1133
Dim lowestExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
1178
If highestBoundNodeExpr IsNot Nothing AndAlso boundNodes.HighestBoundNode IsNot boundNodes.
LowestBoundNode
Then
1272
Dim methodGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundMethodGroup)
1339
Dim propertyGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundPropertyGroup)
1413
Dim lowestBoundNode = boundNodes.
LowestBoundNode