1 instantiation of ProxyAssembly
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
74ProxyAssembly proxyAssembly = s_alcProxyAssemblyMap.GetValue(alc, static x => new ProxyAssembly(x));
4 references to ProxyAssembly
System.Reflection.DispatchProxy (4)
System\Reflection\DispatchProxyGenerator.cs (4)
50private static readonly ConditionalWeakTable<AssemblyLoadContext, ProxyAssembly> s_alcProxyAssemblyMap = new(); 74ProxyAssembly proxyAssembly = s_alcProxyAssemblyMap.GetValue(alc, static x => new ProxyAssembly(x)); 259private readonly ProxyAssembly _assembly; 267ProxyAssembly assembly,