13 references to GetLowerBoundNode
Microsoft.CodeAnalysis.CSharp (13)
Compilation\MemberSemanticModel.cs (13)
476
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
500
var boundExpression = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
924
var bound =
GetLowerBoundNode
(node);
936
var bound =
GetLowerBoundNode
(node);
948
var bound =
GetLowerBoundNode
(node);
1075
return this.
GetLowerBoundNode
(node) as BoundQueryClause;
1120
var bound = this.
GetLowerBoundNode
(anonymousObjectCreation) as BoundAnonymousObjectCreationExpression;
1141
var bound = this.
GetLowerBoundNode
(declaratorSyntax) as BoundAnonymousObjectCreationExpression;
1181
var bound = this.
GetLowerBoundNode
(declaratorSyntax);
1298
BoundExpression boundExpr = this.
GetLowerBoundNode
(bindableNode) as BoundExpression;
1310
var boundCollectionInitializer =
GetLowerBoundNode
(collectionInitializer) as BoundCollectionInitializerExpression;
1376
boundParent = bindableParent == null ? null : this.
GetLowerBoundNode
(bindableParent);
1378
lowestBoundNode = this.
GetLowerBoundNode
(bindableNode);