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)
108
return
_cachedInstance
;
254
var cachedInstance =
_cachedInstance
;
291
if (
_cachedInstance
== null)
295
if (
_cachedInstance
== null)
310
return
_cachedInstance
;