2 writes to _cachedInstance
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePart.cs (2)
45_cachedInstance = attributedPart; 297_cachedInstance = createdInstance;
5 references to _cachedInstance
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePart.cs (5)
108return _cachedInstance; 254var cachedInstance = _cachedInstance; 291if (_cachedInstance == null) 295if (_cachedInstance == null) 310return _cachedInstance;