14 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (14)
Compilation\CSharpSemanticModel.cs (5)
3315
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(catchClause));
3694
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4050
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(lowestBoundNode.Syntax));
4110
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4271
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (6)
695
for (var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)); binder != null; binder = binder.Next)
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 (3)
225
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));
251
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));
334
var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(node));