1 instantiation of DelayedTypeCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
424types = new DelayedTypeCollection() { First = newEntryMaybe };
3 references to DelayedTypeCollection
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (3)
372private readonly Dictionary<int, DelayedTypeCollection> _lazyData = new(); 383if (_lazyData.TryGetValue(hash, out DelayedTypeCollection? value)) 422if (!_lazyData.TryGetValue(hash, out DelayedTypeCollection? types))