1 write to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\BoundNodeSummary.vb (1)
40
Me.
LowestBoundNodeOfSyntacticParent
= lowestBoundOfSyntacticParent
27 references to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (27)
Compilation\SemanticModel.vb (27)
927
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
928
boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso
929
DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax, ObjectCreationExpressionSyntax).Type Is lowestExpr.Syntax Then
988
If type Is Nothing AndAlso TypeOf boundNodes.
LowestBoundNodeOfSyntacticParent
Is BoundBadExpression Then
992
Dim parentSyntax As SyntaxNode = boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax
996
type = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression).Type
1033
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
1034
boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso
1035
DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.LowestBoundNode.Syntax AndAlso
1036
boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind = BoundKind.BadExpression AndAlso
1037
DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression).ResultKind = LookupResultKind.NotCreatable Then
1059
Debug.Assert(boundNodes.
LowestBoundNodeOfSyntacticParent
Is Nothing)
1128
Dim valueBoundNodes = New BoundNodeSummary(boundTypeOrValue.Data.ValueExpression, boundNodes.HighestBoundNode, boundNodes.
LowestBoundNodeOfSyntacticParent
)
1168
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then
1253
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
1254
boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind = BoundKind.LateInvocation Then
1256
GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundLateInvocation),
1285
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1286
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1289
Dim parentCall = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundCall)
1299
Dim parentDelegateCreation = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundDelegateCreationExpression)
1307
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1349
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1350
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1353
Dim parentPropAccess = TryCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundPropertyAccess)
1363
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1417
Dim boundNodeOfSyntacticParent = boundNodes.
LowestBoundNodeOfSyntacticParent