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