3 references to LoaderAllocator
mscorlib (3)
system\multicastdelegate.cs (1)
51
return (_invocationList == null) || (_invocationList is
LoaderAllocator
) || (_invocationList is DynamicResolver);
system\rttype.cs (1)
1815
LoaderAllocator
la = RuntimeMethodHandle.GetLoaderAllocator(genericMethod);
system\runtimehandles.cs (1)
1511
internal extern static
LoaderAllocator
GetLoaderAllocator(RuntimeMethodHandleInternal method);