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