Beispiel #1
0
 public override void VisitNamedNamespaceDeclaration(INamedNamespaceDeclaration decl) =>
 ProcessNamedModuleLikeDeclaration(decl, new DeclaredNamespacePart(decl));
Beispiel #2
0
 public DeclaredNamespacePart(INamedNamespaceDeclaration declaration)
     : base(declaration, declaration.GetTreeStartOffset(), declaration.CompiledName)
 {
 }