4 references to GetCollectionForLifetime
MSBuild (4)
RegisteredTaskObjectCacheBase.cs (4)
61ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: false); 71ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: true); 83ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: true); 97var collection = GetCollectionForLifetime(lifetime, dontCreate: true);