1 write to _exportsCache
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePart.cs (1)
570_exportsCache ??= new Dictionary<int, ExportingMember>();
2 references to _exportsCache
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePart.cs (2)
571if (!_exportsCache.TryGetValue(exportIndex, out ExportingMember? result)) 576_exportsCache[exportIndex] = result;