2 references to GetLazyCollectionForLifetime
MSBuild (2)
RegisteredTaskObjectCacheBase.cs (2)
52var lazyCollection = GetLazyCollectionForLifetime(lifetime); 106Lazy<ConcurrentDictionary<object, object>> dict = GetLazyCollectionForLifetime(lifetime);