3 references to _lazyData
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (3)
383if (_lazyData.TryGetValue(hash, out DelayedTypeCollection? value)) 422if (!_lazyData.TryGetValue(hash, out DelayedTypeCollection? types)) 425_lazyData.Add(hash, types);