4 references to LoaderAllocator
System.Private.CoreLib (4)
src\System\MulticastDelegate.CoreCLR.cs (1)
32return (_invocationList == null) || (_invocationList is LoaderAllocator) || (_invocationList is DynamicResolver);
src\System\RuntimeHandles.cs (2)
1053internal static extern LoaderAllocator GetLoaderAllocator(RuntimeMethodHandleInternal method); 1239internal static extern LoaderAllocator GetLoaderAllocator(RuntimeFieldHandleInternal method);
src\System\RuntimeType.CoreCLR.cs (1)
1669LoaderAllocator la = RuntimeMethodHandle.GetLoaderAllocator(genericMethod);