3 references to GetLoaderAllocator
System.Private.CoreLib (3)
src\System\RuntimeHandles.cs (2)
996var methodInfo = new RuntimeMethodInfoStub(handle, GetLoaderAllocator(handle)); 1824IRuntimeMethodInfo retVal = new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.GetLoaderAllocator(handle));
src\System\RuntimeType.CoreCLR.cs (1)
1656LoaderAllocator la = RuntimeMethodHandle.GetLoaderAllocator(genericMethod);