11 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (11)
Compilation\MemberSemanticModel.cs (11)
465var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 489var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 912var bound = GetLowerBoundNode(node); 1027return this.GetLowerBoundNode(node) as BoundQueryClause; 1072var bound = this.GetLowerBoundNode(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression; 1093var bound = this.GetLowerBoundNode(declaratorSyntax) as BoundAnonymousObjectCreationExpression; 1133var bound = this.GetLowerBoundNode(declaratorSyntax); 1250BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression; 1262var boundCollectionInitializer = GetLowerBoundNode(collectionInitializer) as BoundCollectionInitializerExpression; 1328boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent); 1330lowestBoundNode = this.GetLowerBoundNode(bindableNode);