4 references to GetLoaderAllocator
System.Private.CoreLib (4)
src\System\RuntimeHandles.cs (3)
944
return new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.
GetLoaderAllocator
(handle));
1012
var methodInfo = new RuntimeMethodInfoStub(handle,
GetLoaderAllocator
(handle));
1878
IRuntimeMethodInfo retVal = new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.
GetLoaderAllocator
(handle));
src\System\RuntimeType.CoreCLR.cs (1)
1637
LoaderAllocator la = RuntimeMethodHandle.
GetLoaderAllocator
(genericMethod);