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