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