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); 1822var binder = this.GetEnclosingBinder(position); 2208var binder = this.GetEnclosingBinder(boundExpr.Syntax.Span.Start); 2851var binder = this.GetEnclosingBinder(position); 2903var binder = this.GetEnclosingBinder(position); 3266Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(forEachStatement)); 3304Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(catchClause)); 3681Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4032Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(lowestBoundNode.Syntax)); 4092Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4253Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4903var binder = GetEnclosingBinder(position); 5401var 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)
205var binder = this.GetEnclosingBinder(position); 223var binder = this.GetEnclosingBinder(position); 243var binder = this.GetEnclosingBinder(position); 265var 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);