8 references to GetUpperBoundNode
Microsoft.CodeAnalysis.CSharp (8)
Compilation\InitializerSemanticModel.cs (1)
108
return
GetUpperBoundNode
(GetBindableSyntaxNode(rootSyntax));
Compilation\MemberSemanticModel.cs (4)
516
return
GetUpperBoundNode
(GetBindableSyntaxNode(this.Root));
976
BoundForEachStatement boundForEach = (BoundForEachStatement)
GetUpperBoundNode
(node);
1056
var boundForEach = (BoundForEachStatement)
GetUpperBoundNode
(node);
1379
highestBoundNode = this.
GetUpperBoundNode
(bindableNode);
Compilation\SyntaxTreeSemanticModel_RegionAnalysisContext.cs (3)
40
var first = memberModel.
GetUpperBoundNode
(expression, promoteToBindable: true);
57
var first = memberModel.
GetUpperBoundNode
(firstStatement, promoteToBindable: true);
58
var last = memberModel.
GetUpperBoundNode
(lastStatement, promoteToBindable: true);