1 instantiation of LazyExternalTypeDictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
44
_externalTypeMap ??= new
LazyExternalTypeDictionary
();
2 references to LazyExternalTypeDictionary
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
25
private
LazyExternalTypeDictionary
? _externalTypeMap;
39
public
LazyExternalTypeDictionary
ExternalTypeMap