2 references to GetLazyCollectionForLifetime
Microsoft.Build (2)
RegisteredTaskObjectCacheBase.cs (2)
51var lazyCollection = GetLazyCollectionForLifetime(lifetime); 105Lazy<ConcurrentDictionary<object, object>> dict = GetLazyCollectionForLifetime(lifetime);