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