21 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (21)
Compilation\CSharpSemanticModel.cs (6)
3277Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(forEachStatement)); 3315Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(catchClause)); 3693Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4044Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(lowestBoundNode.Syntax)); 4104Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4265Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (11)
474var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression)); 498var binder = this.GetEnclosingBinderInternal(expression, GetAdjustedNodePosition(expression)); 695for (var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); binder != null; binder = binder.Next) 717var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)), declarationSyntax.Identifier); 756var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 782var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(declarationSyntax)); 1659lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind, GetAdjustedNodePosition(nodeToBind)); 1687lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 1715lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery, GetAdjustedNodePosition(lambdaOrQuery)); 1719lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 2031binder = GetEnclosingBinder(GetAdjustedNodePosition(nodeToBind));
Compilation\SyntaxTreeSemanticModel.cs (4)
225var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 251var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node)); 277int adjustedPosition = GetAdjustedNodePosition(crefSyntax); 334var binder = this.GetEnclosingBinder(GetAdjustedNodePosition(node));