21 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (21)
Compilation\CSharpSemanticModel.cs (6)
3280
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(forEachStatement));
3318
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(catchClause));
3696
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4052
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(lowestBoundNode.Syntax));
4112
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4273
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (11)
474
var binder = this.GetEnclosingBinderInternal(expression,
GetAdjustedNodePosition
(expression));
498
var binder = this.GetEnclosingBinderInternal(expression,
GetAdjustedNodePosition
(expression));
695
for (var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)); binder != null; binder = binder.Next)
717
var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)), declarationSyntax.Identifier);
756
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax));
782
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax));
1696
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind,
GetAdjustedNodePosition
(nodeToBind));
1724
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
1752
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery,
GetAdjustedNodePosition
(lambdaOrQuery));
1756
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
2068
binder = GetEnclosingBinder(
GetAdjustedNodePosition
(nodeToBind));
Compilation\SyntaxTreeSemanticModel.cs (4)
225
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));
251
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));
277
int adjustedPosition =
GetAdjustedNodePosition
(crefSyntax);
334
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));