1 write to _disableSilentRejection
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (1)
96_disableSilentRejection = compositionOptions.HasFlag(CompositionOptions.DisableSilentRejection);
1 reference to _disableSilentRejection
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (1)
695return !(_disableSilentRejection && (atomicComposition == null));