2 references to RuntimeFieldInfoStub
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
1421
return new
RuntimeFieldInfoStub
(handle, RuntimeFieldHandle.GetLoaderAllocator(handle));
1479
var fieldInfo = new
RuntimeFieldInfoStub
(handle, GetLoaderAllocator(handle));