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)
998
parentSyntax Is boundNodes.
LowestBoundNode
.Syntax.Parent AndAlso
999
((parentSyntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso (DirectCast(parentSyntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax))) Then
1024
If boundNodes.
LowestBoundNode
IsNot Nothing Then
1025
Select Case boundNodes.
LowestBoundNode
.Kind
1039
DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.
LowestBoundNode
.Syntax AndAlso
1048
Dim boundType = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeExpression)
1064
Dim attribute = DirectCast(boundNodes.
LowestBoundNode
, BoundAttribute)
1095
Dim creation = DirectCast(boundNodes.
LowestBoundNode
, BoundObjectCreationExpression)
1112
Dim lateInvocation = DirectCast(boundNodes.
LowestBoundNode
, BoundLateInvocation)
1119
Dim meReference = DirectCast(boundNodes.
LowestBoundNode
, BoundExpression)
1120
Dim binder As Binder = If(binderOpt, GetEnclosingBinder(boundNodes.
LowestBoundNode
.Syntax.SpanStart))
1131
Dim boundTypeOrValue = DirectCast(boundNodes.
LowestBoundNode
, BoundTypeOrValueExpression)
1140
Dim lowestExpr = TryCast(boundNodes.
LowestBoundNode
, BoundExpression)
1185
If highestBoundNodeExpr IsNot Nothing AndAlso boundNodes.HighestBoundNode IsNot boundNodes.
LowestBoundNode
Then
1279
Dim methodGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundMethodGroup)
1346
Dim propertyGroup = DirectCast(boundNodes.
LowestBoundNode
, BoundPropertyGroup)
1420
Dim lowestBoundNode = boundNodes.
LowestBoundNode