11 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (11)
Compilation\MemberSemanticModel.cs (11)
476var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 500var boundExpression = this.GetLowerBoundNode(bindableNode) as BoundExpression; 923var bound = GetLowerBoundNode(node); 1038return this.GetLowerBoundNode(node) as BoundQueryClause; 1083var bound = this.GetLowerBoundNode(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression; 1104var bound = this.GetLowerBoundNode(declaratorSyntax) as BoundAnonymousObjectCreationExpression; 1144var bound = this.GetLowerBoundNode(declaratorSyntax); 1261BoundExpression boundExpr = this.GetLowerBoundNode(bindableNode) as BoundExpression; 1273var boundCollectionInitializer = GetLowerBoundNode(collectionInitializer) as BoundCollectionInitializerExpression; 1339boundParent = bindableParent == null ? null : this.GetLowerBoundNode(bindableParent); 1341lowestBoundNode = this.GetLowerBoundNode(bindableNode);