1 write to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\BoundNodeSummary.vb (1)
40Me.LowestBoundNodeOfSyntacticParent = lowestBoundOfSyntacticParent
27 references to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (27)
Compilation\SemanticModel.vb (27)
931If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 932boundNodes.LowestBoundNodeOfSyntacticParent.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso 933DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is lowestExpr.Syntax Then 992If type Is Nothing AndAlso TypeOf boundNodes.LowestBoundNodeOfSyntacticParent Is BoundBadExpression Then 996Dim parentSyntax As SyntaxNode = boundNodes.LowestBoundNodeOfSyntacticParent.Syntax 1000type = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression).Type 1037If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 1038boundNodes.LowestBoundNodeOfSyntacticParent.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso 1039DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.LowestBoundNode.Syntax AndAlso 1040boundNodes.LowestBoundNodeOfSyntacticParent.Kind = BoundKind.BadExpression AndAlso 1041DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression).ResultKind = LookupResultKind.NotCreatable Then 1063Debug.Assert(boundNodes.LowestBoundNodeOfSyntacticParent Is Nothing) 1132Dim valueBoundNodes = New BoundNodeSummary(boundTypeOrValue.Data.ValueExpression, boundNodes.HighestBoundNode, boundNodes.LowestBoundNodeOfSyntacticParent) 1172If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then 1257If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 1258boundNodes.LowestBoundNodeOfSyntacticParent.Kind = BoundKind.LateInvocation Then 1260GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundLateInvocation), 1289If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1290Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1293Dim parentCall = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundCall) 1303Dim parentDelegateCreation = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundDelegateCreationExpression) 1311Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1353If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1354Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1357Dim parentPropAccess = TryCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundPropertyAccess) 1367Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1421Dim boundNodeOfSyntacticParent = boundNodes.LowestBoundNodeOfSyntacticParent