4 references to GetInTypeBodyBinder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (2)
3877outerBinder = binderFactory.GetInTypeBodyBinder((TypeDeclarationSyntax)containerNode); 3894outerBinder = binderFactory.GetInTypeBodyBinder(typeDecl);
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1386return factory.GetInTypeBodyBinder(noBlockBodyTypeDeclarationWithSemicolon);
Binder\BinderFactory.cs (1)
167resultBinder = new InMethodBinder(constructor, GetInTypeBodyBinder(typeDecl));