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