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