32 references to GetEnclosingBinder
Microsoft.CodeAnalysis.CSharp (32)
Compilation\CSharpSemanticModel.cs (17)
216Binder binder = this.GetEnclosingBinder(position); 242var binder = this.GetEnclosingBinder(position); 333var binder = this.GetEnclosingBinder(position); 807var binder = memberModel.GetEnclosingBinder(position); 1582var binder = GetEnclosingBinder(position); 1830var binder = this.GetEnclosingBinder(position); 2216var binder = this.GetEnclosingBinder(boundExpr.Syntax.Span.Start); 2859var binder = this.GetEnclosingBinder(position); 2911var binder = this.GetEnclosingBinder(position); 3274Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(forEachStatement)); 3312Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(catchClause)); 3690Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4041Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(lowestBoundNode.Syntax)); 4101Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4262Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4911var binder = GetEnclosingBinder(position); 5409var binder = GetEnclosingBinder(position);
Compilation\InitializerSemanticModel.cs (1)
205var binder = this.GetEnclosingBinder(position);
Compilation\MemberSemanticModel.cs (5)
694for (var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next) 716var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier); 755var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 781var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 2029binder = GetEnclosingBinder(GetAdjustedNodePosition(nodeToBind));
Compilation\MethodBodySemanticModel.cs (4)
206var binder = this.GetEnclosingBinder(position); 224var binder = this.GetEnclosingBinder(position); 244var binder = this.GetEnclosingBinder(position); 266var binder = this.GetEnclosingBinder(position);
Compilation\SyntaxTreeSemanticModel.cs (5)
163return memberModel.GetEnclosingBinder(position); 225var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 251var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 334var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 619Binder binder = GetEnclosingBinder(position);