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
)
1165
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso (options And SymbolInfoOptions.PreferConstructorsToType) <> 0 Then
1250
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing AndAlso
1251
boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind = BoundKind.LateInvocation Then
1253
GetSemanticSymbolsForLateBoundInvocation(DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundLateInvocation),
1282
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1283
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1286
Dim parentCall = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundCall)
1296
Dim parentDelegateCreation = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundDelegateCreationExpression)
1304
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1346
If boundNodes.
LowestBoundNodeOfSyntacticParent
IsNot Nothing Then
1347
Select Case boundNodes.
LowestBoundNodeOfSyntacticParent
.Kind
1350
Dim parentPropAccess = TryCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundPropertyAccess)
1360
Dim badExpression = DirectCast(boundNodes.
LowestBoundNodeOfSyntacticParent
, BoundBadExpression)
1414
Dim boundNodeOfSyntacticParent = boundNodes.
LowestBoundNodeOfSyntacticParent