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