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) 1167If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then 1252If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing AndAlso 1253boundNodes.LowestBoundNodeOfSyntacticParent.Kind = BoundKind.LateInvocation Then 1255GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundLateInvocation), 1284If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1285Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1288Dim parentCall = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundCall) 1298Dim parentDelegateCreation = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundDelegateCreationExpression) 1306Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1348If boundNodes.LowestBoundNodeOfSyntacticParent IsNot Nothing Then 1349Select Case boundNodes.LowestBoundNodeOfSyntacticParent.Kind 1352Dim parentPropAccess = TryCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundPropertyAccess) 1362Dim badExpression = DirectCast(boundNodes.LowestBoundNodeOfSyntacticParent, BoundBadExpression) 1416Dim boundNodeOfSyntacticParent = boundNodes.LowestBoundNodeOfSyntacticParent