32 references to GetEnclosingBinder
Microsoft.CodeAnalysis.CSharp (32)
Compilation\CSharpSemanticModel.cs (17)
216
Binder binder = this.
GetEnclosingBinder
(position);
242
var binder = this.
GetEnclosingBinder
(position);
333
var binder = this.
GetEnclosingBinder
(position);
807
var binder = memberModel.
GetEnclosingBinder
(position);
1582
var binder =
GetEnclosingBinder
(position);
1822
var binder = this.
GetEnclosingBinder
(position);
2208
var binder = this.
GetEnclosingBinder
(boundExpr.Syntax.Span.Start);
2851
var binder = this.
GetEnclosingBinder
(position);
2903
var binder = this.
GetEnclosingBinder
(position);
3266
Binder enclosingBinder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(forEachStatement));
3304
Binder enclosingBinder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(catchClause));
3681
Binder binder = binderOpt ??
GetEnclosingBinder
(GetAdjustedNodePosition(boundNode.Syntax));
4032
Binder binder = binderOpt ??
GetEnclosingBinder
(GetAdjustedNodePosition(lowestBoundNode.Syntax));
4092
Binder binder = binderOpt ??
GetEnclosingBinder
(GetAdjustedNodePosition(boundNode.Syntax));
4253
Binder binder = binderOpt ??
GetEnclosingBinder
(GetAdjustedNodePosition(boundNode.Syntax));
4903
var binder =
GetEnclosingBinder
(position);
5401
var binder =
GetEnclosingBinder
(position);
Compilation\InitializerSemanticModel.cs (1)
205
var binder = this.
GetEnclosingBinder
(position);
Compilation\MemberSemanticModel.cs (5)
694
for (var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next)
716
var originalSymbol = GetDeclaredLocalFunction(this.
GetEnclosingBinder
(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier);
755
var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(declarationSyntax));
781
var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(declarationSyntax));
2029
binder =
GetEnclosingBinder
(GetAdjustedNodePosition(nodeToBind));
Compilation\MethodBodySemanticModel.cs (4)
205
var binder = this.
GetEnclosingBinder
(position);
223
var binder = this.
GetEnclosingBinder
(position);
243
var binder = this.
GetEnclosingBinder
(position);
265
var binder = this.
GetEnclosingBinder
(position);
Compilation\SyntaxTreeSemanticModel.cs (5)
163
return memberModel.
GetEnclosingBinder
(position);
225
var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(node));
251
var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(node));
334
var binder = this.
GetEnclosingBinder
(GetAdjustedNodePosition(node));
619
Binder binder =
GetEnclosingBinder
(position);