1 write to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\BoundNodeSummary.vb (1)
40
Me.
LowestBoundNodeOfSyntacticParent
= lowestBoundOfSyntacticParent
24 references to LowestBoundNodeOfSyntacticParent
Microsoft.CodeAnalysis.VisualBasic (24)
Compilation\SemanticModel.vb (24)
985
If type Is Nothing AndAlso TypeOf boundNodes.
LowestBoundNodeOfSyntacticParent
Is BoundBadExpression Then
989
Dim parentSyntax As SyntaxNode = boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax
993
type = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression).Type
1030
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
1031
boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax.Kind = SyntaxKind.ObjectCreationExpression AndAlso
1032
DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
.Syntax, ObjectCreationExpressionSyntax).Type Is boundNodes.LowestBoundNode.Syntax AndAlso
1033
boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind = BoundKind.BadExpression AndAlso
1034
DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression).ResultKind = LookupResultKind.NotCreatable Then
1056
Debug.Assert(boundNodes.
LowestBoundNodeOfSyntacticParent
Is Nothing)
1125
Dim valueBoundNodes = New BoundNodeSummary(boundTypeOrValue.Data.ValueExpression, boundNodes.HighestBoundNode, boundNodes.
LowestBoundNodeOfSyntacticParent
)
1167
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then
1252
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
1253
boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind = BoundKind.LateInvocation Then
1255
GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundLateInvocation),
1284
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1285
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1288
Dim parentCall = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundCall)
1298
Dim parentDelegateCreation = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundDelegateCreationExpression)
1306
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1348
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1349
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1352
Dim parentPropAccess = TryCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundPropertyAccess)
1362
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1416
Dim boundNodeOfSyntacticParent = boundNodes.
LowestBoundNodeOfSyntacticParent