1 write to _sharedPartInstances
System.Composition.Hosting (1)
System\Composition\Hosting\Core\LifetimeContext.cs (1)
163
_sharedPartInstances
= new SmallSparseInitonlyArray();
5 references to _sharedPartInstances
System.Composition.Hosting (5)
System\Composition\Hosting\Core\LifetimeContext.cs (5)
155
if (
_sharedPartInstances
!= null &&
_sharedPartInstances
.TryGetValue(sharingId, out result))
161
if (
_sharedPartInstances
== null)
166
else if (
_sharedPartInstances
.TryGetValue(sharingId, out result))
181
_sharedPartInstances
.Add(sharingId, result);