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