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