5 references to GetLoaderAllocator
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
126
LoaderAllocator loaderAllocator = RuntimeMethodHandle.
GetLoaderAllocator
(new RuntimeMethodHandleInternal((IntPtr)method));
src\System\RuntimeHandles.cs (3)
953
return new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.
GetLoaderAllocator
(handle));
1021
var methodInfo = new RuntimeMethodInfoStub(handle,
GetLoaderAllocator
(handle));
1887
IRuntimeMethodInfo retVal = new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.
GetLoaderAllocator
(handle));
src\System\RuntimeType.CoreCLR.cs (1)
1637
LoaderAllocator la = RuntimeMethodHandle.
GetLoaderAllocator
(genericMethod);