1 write to _boundPartInstances
System.Composition.Hosting (1)
System\Composition\Hosting\Core\LifetimeContext.cs (1)
112_boundPartInstances = null;
4 references to _boundPartInstances
System.Composition.Hosting (4)
System\Composition\Hosting\Core\LifetimeContext.cs (4)
109if (_boundPartInstances != null) 111toDispose = _boundPartInstances; 132if (_boundPartInstances == null) 135_boundPartInstances.Add(instance);