4 references to GetInTypeBodyBinder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (2)
3773outerBinder = binderFactory.GetInTypeBodyBinder(typeDecl); 3796outerBinder = binderFactory.GetInTypeBodyBinder(typeDecl);
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1361return factory.GetInTypeBodyBinder(noBlockBodyTypeDeclarationWithSemicolon);
Binder\BinderFactory.cs (1)
152resultBinder = new InMethodBinder(constructor, GetInTypeBodyBinder(typeDecl));