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)
695
return !(
_disableSilentRejection
&& (atomicComposition == null));