Base:
method
GetBinder
Microsoft.CodeAnalysis.CSharp.Binder.GetBinder(Microsoft.CodeAnalysis.SyntaxNode)
3 references to GetBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
175
return CheckIdentifiersInNode(lambdaSyntax.Body, lambdaBodyBinder.
GetBinder
(lambdaSyntax.Body) ?? lambdaBodyBinder);
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
121
result = bodyBinder.
GetBinder
(compilationUnit);
1024
result = new SimpleProgramUnitBinder(result, (SimpleProgramBinder)bodyBinder.
GetBinder
(simpleProgram.SyntaxNode));