21 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (21)
Compilation\CSharpSemanticModel.cs (6)
3280Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(forEachStatement)); 3318Binder enclosingBinder = this.GetEnclosingBinder(GetAdjustedNodePosition(catchClause)); 3696Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4052Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(lowestBoundNode.Syntax)); 4112Binder binder = binderOpt ?? GetEnclosingBinder(GetAdjustedNodePosition(boundNode.Syntax)); 4273Binder 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)); 1696lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind, GetAdjustedNodePosition(nodeToBind)); 1724lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 1752lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery, GetAdjustedNodePosition(lambdaOrQuery)); 1756lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(GetAdjustedNodePosition(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery); 2068binder = 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));