6 references to _discoveredParts
System.Composition.TypedParts (6)
System\Composition\TypedParts\TypedPartExportDescriptorProvider.cs (6)
46
if (!
_discoveredParts
.TryGetValue(actualContract, out forKey))
49
_discoveredParts
.Add(actualContract, forKey);
61
if (!
_discoveredParts
.TryGetValue(contract, out forKey))
70
_discoveredParts
.Remove(contract);
85
if (
_discoveredParts
.TryGetValue(unconstrained, out forKey))
112
if (!
_discoveredParts
.TryGetValue(openGenericContract, out openGenericParts))