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