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