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