Base:
method
GetBinder
Microsoft.CodeAnalysis.CSharp.Binder.GetBinder(Microsoft.CodeAnalysis.SyntaxNode)
7 references to GetBinder
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
175
return CheckIdentifiersInNode(lambdaSyntax.Body, lambdaBodyBinder.
GetBinder
(lambdaSyntax.Body) ?? lambdaBodyBinder);
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
117
result = bodyBinder.
GetBinder
(compilationUnit);
1000
result = new SimpleProgramUnitBinder(result, (SimpleProgramBinder)bodyBinder.
GetBinder
(simpleProgram.SyntaxNode));
Compilation\CSharpSemanticModel.cs (2)
235
return new ExecutableCodeBinder(expression, binder.ContainingMemberOrLambda, binder).
GetBinder
(expression);
248
return new ExecutableCodeBinder(attribute, binder.ContainingMemberOrLambda, binder).
GetBinder
(attribute);
Symbols\Source\SourceFixedFieldSymbol.cs (1)
87
binder = new ExecutableCodeBinder(sizeExpression, binder.ContainingMemberOrLambda, binder).
GetBinder
(sizeExpression);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
997
executableBinder.
GetBinder
(syntax);