1 write to _onChanging
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
38
_onChanging
= onChanging;
4 references to _onChanging
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (4)
319
if (
_onChanging
== null || Changing == null)
326
_onChanging
.Invoke(new ComposablePartCatalogChangeEventArgs(added, removed, atomicComposition));
346
if (
_onChanging
== null || Changing == null)
351
_onChanging
.Invoke(e);