21 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (21)
Compilation\CSharpSemanticModel.cs (6)
3259Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(forEachStatement)); 3297Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(catchClause)); 3670Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4020Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(lowestBoundNode.Syntax)); 4080Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4238Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (11)
463var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression)); 487var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression)); 684for (var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next) 706var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier); 745var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 771var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 1648lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind, GetAdjustedNodePosition(nodeToBind)); 1676lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 1704lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery, GetAdjustedNodePosition(lambdaOrQuery)); 1708lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 2007binder = GetEnclosingBinder(GetAdjustedNodePosition(nodeToBind));
Compilation\SyntaxTreeSemanticModel.cs (4)
221var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 247var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 273int adjustedPosition = GetAdjustedNodePosition(crefSyntax); 330var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node));