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