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