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