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