6 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (6)
476var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 500var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 1038return this.GetLowerBoundNode(node) as BoundQueryClause; 1261BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression; 1339boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent); 1341lowestBoundNode = this.GetLowerBoundNode(bindableNode);