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