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