3 references to VisitNamespaceDeclaration
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
834
return
VisitNamespaceDeclaration
(parent, _position, inBody, inUsing);
849
return
VisitNamespaceDeclaration
(parent, _position, inBody, inUsing);
Binder\BinderFactory.cs (1)
192
Binder result = visitor.
VisitNamespaceDeclaration
((BaseNamespaceDeclarationSyntax)unit, unit.SpanStart, inBody: true, inUsing: false);