private static NamespaceDeclarationCollection NamespaceDeclarations(Ticket pt) { return(NamespaceDeclarations(NamespaceCollector.Collect(pt), pt.DeclaredNamespaces)); }
private static NamespaceDeclarationCollection NamespaceDeclarations(Capabilities pc) { return(NamespaceDeclarations(NamespaceCollector.Collect(pc), pc.DeclaredNamespaces)); }