4 references to RuntimeFieldHandleInternal
System.Private.CoreLib (4)
src\System\Reflection\RtFieldInfo.cs (1)
46RuntimeFieldHandleInternal IRuntimeFieldInfo.Value => new RuntimeFieldHandleInternal(m_fieldHandle);
src\System\RuntimeHandles.cs (2)
1411RuntimeFieldHandleInternal handle = new(pFD); 1469var handle = new RuntimeFieldHandleInternal(value);
src\System\RuntimeType.CoreCLR.cs (1)
866RuntimeFieldHandleInternal runtimeFieldHandle = new RuntimeFieldHandleInternal(handle);