1 write to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\BoundNodeSummary.vb (1)
40Me.LowestBoundNodeOfSyntacticParent = lowestBoundOfSyntacticParent
24 references to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (24)
Compilation\SemanticModel.vb (24)
985If type Is Nothing AndAlso TypeOf boundNodes.LowestBoundNodeOfSyntacticParent Is BoundBadExpression Then 989Dim parentSyntax As SyntaxNode = boundNodes.LowestBoundNodeOfSyntacticParent.Syntax 993type = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression).Type 1030If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 1031boundNodes.LowestBoundNodeOfSyntacticParent.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso 1032DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.LowestBoundNode.Syntax AndAlso 1033boundNodes.LowestBoundNodeOfSyntacticParent.Kind = BoundKind.BadExpression AndAlso 1034DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression).ResultKind = LookupResultKind.NotCreatable Then 1056Debug.Assert(boundNodes.LowestBoundNodeOfSyntacticParent Is Nothing) 1125Dim valueBoundNodes = New BoundNodeSummary(boundTypeOrValue.Data.ValueExpression, boundNodes.HighestBoundNode, boundNodes.LowestBoundNodeOfSyntacticParent) 1165If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then 1250If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 1251boundNodes.LowestBoundNodeOfSyntacticParent.Kind = BoundKind.LateInvocation Then 1253GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundLateInvocation), 1282If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1283Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1286Dim parentCall = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundCall) 1296Dim parentDelegateCreation = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundDelegateCreationExpression) 1304Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1346If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1347Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1350Dim parentPropAccess = TryCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundPropertyAccess) 1360Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1414Dim boundNodeOfSyntacticParent = boundNodes.LowestBoundNodeOfSyntacticParent