protected ICollection <string> GetAssemblyNamespaceUsings(AssemblyDefinition assembly) { ICollection <TypeReference> typesDependingOn = AttributesUtilities.GetAssemblyAttributesUsedTypes(assembly); return(GetUsedNamespaces(typesDependingOn)); }
protected ICollection <string> GetAssemblyNamespaceUsings(AssemblyDefinition assembly) { return(this.GetUsedNamespaces(AttributesUtilities.GetAssemblyAttributesUsedTypes(assembly), "")); }