2 references to GetLazyCollectionForLifetime
MSBuild (2)
RegisteredTaskObjectCacheBase.cs (2)
52
var lazyCollection =
GetLazyCollectionForLifetime
(lifetime);
106
Lazy<ConcurrentDictionary<object, object>> dict =
GetLazyCollectionForLifetime
(lifetime);