4 references to GetCollectionForLifetime
Microsoft.Build (4)
RegisteredTaskObjectCacheBase.cs (4)
60ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: false); 70ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: true); 82ConcurrentDictionary<object, object> dict = GetCollectionForLifetime(lifetime, dontCreate: true); 96var collection = GetCollectionForLifetime(lifetime, dontCreate: true);