@ -86,7 +86,11 @@ namespace ICSharpCode.ILSpy
public AssemblyList(AssemblyList list, string newName)
: this(newName)
{
this.assemblies.AddRange(list.assemblies);
lock (lockObj)
}
this.dirty = false;
public event NotifyCollectionChangedEventHandler CollectionChanged {