1 write to Proxy
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
419Proxy = new DelayedType(proxyTypeName, fallbackAssembly)
2 references to Proxy
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
388type = value.First.Proxy.GetOrLoadType(); 398type = entry.Proxy.GetOrLoadType();