2 references to GetApproxDeclaringType
mscorlib (2)
system\reflection\fieldinfo.cs (1)
728
return RuntimeTypeHandle.GetModule(RuntimeFieldHandle.
GetApproxDeclaringType
(this));
system\rttype.cs (1)
2148
return GetFieldInfo(RuntimeFieldHandle.
GetApproxDeclaringType
(fieldHandle), fieldHandle);