6 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (6)
475
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
499
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
1036
return this.
GetLowerBoundNode
(node) as BoundQueryClause;
1259
BoundExpression boundExpr = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
1337
boundParent = bindableParent == null ? null : this.
GetLowerBoundNode
(bindableParent);
1339
lowestBoundNode = this.
GetLowerBoundNode
(bindableNode);