Ejemplo n.º 1
0
 private AllWishSets(IDependencyCache cache, AllWishSets parent, int depth)
 {
     m_depth = depth;
     m_cache = cache;
     m_wishSetsByKey = new Dictionary<Key, ResolverWishSet>(parent.m_wishSetsByKey);
 }
Ejemplo n.º 2
0
 private ResolverLine(IDependencyCache cache, AllWishSets wishSets, int depth)
 {
     m_cache = cache;
     m_depth = depth;
     m_wishSets = wishSets;
 }