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