8 references to _activatedParts
System.ComponentModel.Composition (8)
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (8)
409
removed =
_activatedParts
.TryGetValue(definition, out removedPart);
420
_activatedParts
.Remove(capturedDefinition);
473
if (
_activatedParts
.TryGetValue(partDefinition, out catalogPart))
486
if (!
_activatedParts
.TryGetValue(partDefinition, out catalogPart))
489
_activatedParts
.Add(partDefinition, catalogPart);
676
if (
_activatedParts
.ContainsKey(definition))
740
if (!
_activatedParts
.ContainsKey(definition))
742
_activatedParts
.Add(definition, new CatalogPart(newPart));