1 instantiation of LazyProxyTypeDictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
54
_proxyTypeMap ??= new
LazyProxyTypeDictionary
();
2 references to LazyProxyTypeDictionary
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
26
private
LazyProxyTypeDictionary
? _proxyTypeMap;
49
public
LazyProxyTypeDictionary
ProxyTypeMap