6 references to LoaderAllocator
System.Private.CoreLib (6)
src\System\MulticastDelegate.CoreCLR.cs (1)
32
return (_invocationList == null) || (_invocationList is
LoaderAllocator
) || (_invocationList is DynamicResolver);
src\System\RuntimeHandles.cs (4)
1319
private static extern
LoaderAllocator
GetLoaderAllocatorInternal(RuntimeMethodHandleInternal method);
1321
internal static
LoaderAllocator
GetLoaderAllocator(RuntimeMethodHandleInternal method)
1642
private static extern
LoaderAllocator
GetLoaderAllocatorInternal(RuntimeFieldHandleInternal field);
1644
internal static
LoaderAllocator
GetLoaderAllocator(RuntimeFieldHandleInternal field)
src\System\RuntimeType.CoreCLR.cs (1)
1656
LoaderAllocator
la = RuntimeMethodHandle.GetLoaderAllocator(genericMethod);