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