14 references to GetAdjustedNodePosition
Microsoft.CodeAnalysis.CSharp (14)
Compilation\CSharpSemanticModel.cs (5)
3304
Binder enclosingBinder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(catchClause));
3681
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4032
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(lowestBoundNode.Syntax));
4092
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
4253
Binder binder = binderOpt ?? GetEnclosingBinder(
GetAdjustedNodePosition
(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (6)
694
for (var binder = this.GetEnclosingBinder(
GetAdjustedNodePosition
(declarationSyntax)); binder != null; binder = binder.Next)
1657
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(nodeToBind,
GetAdjustedNodePosition
(nodeToBind));
1685
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(nodeToBind), nodeToBind, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
1713
lambdaRecoveryBinder = GetEnclosingBinderInternalWithinRoot(lambdaOrQuery,
GetAdjustedNodePosition
(lambdaOrQuery));
1717
lambdaRecoveryBinder = GetEnclosingBinderInLambdaOrQuery(
GetAdjustedNodePosition
(lambdaOrQuery), lambdaOrQuery, enclosingLambdaOrQuery, ref boundEnclosingLambdaOrQuery);
2029
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));