1 instantiation of LoaderAllocator
System.Private.CoreLib (1)
src\System\Reflection\LoaderAllocator.cs (1)
64*pResult = new LoaderAllocator();
7 references to LoaderAllocator
System.Private.CoreLib (7)
src\System\MulticastDelegate.CoreCLR.cs (1)
33return (_invocationList == null) || (_invocationList is LoaderAllocator) || (_invocationList is DynamicResolver);
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
266LoaderAllocator loaderAllocator = RuntimeMethodHandle.GetLoaderAllocator(new RuntimeMethodHandleInternal((IntPtr)method));
src\System\RuntimeHandles.cs (4)
1386private static extern LoaderAllocator GetLoaderAllocatorInternal(RuntimeMethodHandleInternal method); 1388internal static LoaderAllocator GetLoaderAllocator(RuntimeMethodHandleInternal method) 1725private static extern LoaderAllocator GetLoaderAllocatorInternal(RuntimeFieldHandleInternal field); 1727internal static LoaderAllocator GetLoaderAllocator(RuntimeFieldHandleInternal field)
src\System\RuntimeType.CoreCLR.cs (1)
1665LoaderAllocator la = RuntimeMethodHandle.GetLoaderAllocator(genericMethod);