13 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (13)
Compilation\MemberSemanticModel.cs (13)
476var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 500var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 924var bound = GetLowerBoundNode(node); 936var bound = GetLowerBoundNode(node); 948var bound = GetLowerBoundNode(node); 1075return this.GetLowerBoundNode(node) as BoundQueryClause; 1120var bound = this.GetLowerBoundNode(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression; 1141var bound = this.GetLowerBoundNode(declaratorSyntax) as BoundAnonymousObjectCreationExpression; 1181var bound = this.GetLowerBoundNode(declaratorSyntax); 1298BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression; 1310var boundCollectionInitializer = GetLowerBoundNode(collectionInitializer) as BoundCollectionInitializerExpression; 1376boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent); 1378lowestBoundNode = this.GetLowerBoundNode(bindableNode);