21 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (21)
Compilation\CSharpSemanticModel.cs (6)
3277
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(forEachStatement));
3315
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(catchClause));
3701
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4057
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(lowestBoundNode.Syntax));
4117
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4278
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (11)
481
var binder = this.GetEnclosingBinderInternal(expression,
GetAdjustedNodePosition
(expression));
505
var binder = this.GetEnclosingBinderInternal(expression,
GetAdjustedNodePosition
(expression));
702
for (var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)); binder != null; binder = binder.Next)
724
var originalSymbol = GetDeclaredLocalFunction(this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)), declarationSyntax.Identifier);
763
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax));
789
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax));
1703
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind,
GetAdjustedNodePosition
(nodeToBind));
1731
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
1759
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery,
GetAdjustedNodePosition
(lambdaOrQuery));
1763
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
2075
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));