14 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (14)
Compilation\MemberSemanticModel.cs (14)
483
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
507
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
931
var bound =
GetLowerBoundNode
(node);
943
var bound =
GetLowerBoundNode
(node);
955
var bound =
GetLowerBoundNode
(node);
1045
var lowerNode =
GetLowerBoundNode
(node);
1082
return this.
GetLowerBoundNode
(node) as BoundQueryClause;
1127
var bound = this.
GetLowerBoundNode
(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression;
1148
var bound = this.
GetLowerBoundNode
(declaratorSyntax) as BoundAnonymousObjectCreationExpression;
1188
var bound = this.
GetLowerBoundNode
(declaratorSyntax);
1305
BoundExpression boundExpr = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
1317
var boundCollectionInitializer =
GetLowerBoundNode
(collectionInitializer) as BoundCollectionInitializerExpression;
1383
boundParent = bindableParent == null ? null : this.
GetLowerBoundNode
(bindableParent);
1385
lowestBoundNode = this.
GetLowerBoundNode
(bindableNode);