2 references to GetApproxDeclaringType
System.Private.CoreLib (2)
src\System\Reflection\RtFieldInfo.cs (1)
66
return RuntimeTypeHandle.GetModule(RuntimeFieldHandle.
GetApproxDeclaringType
(this));
src\System\RuntimeType.CoreCLR.cs (1)
1961
return GetFieldInfo(RuntimeFieldHandle.
GetApproxDeclaringType
(fieldHandle), fieldHandle);