2 implementations of Value
mscorlib (2)
system\reflection\fieldinfo.cs (1)
502RuntimeFieldHandleInternal IRuntimeFieldInfo.Value
system\runtimehandles.cs (1)
1587RuntimeFieldHandleInternal IRuntimeFieldInfo.Value
5 references to Value
mscorlib (5)
system\reflection\module.cs (1)
810RuntimeType declaringType = RuntimeFieldHandle.GetApproxDeclaringType(fieldHandle.Value);
system\rttype.cs (1)
2154RuntimeFieldHandleInternal fieldHandle = field.Value;
system\runtimehandles.cs (3)
1631return m_ptr != null ? m_ptr.Value.Value : IntPtr.Zero; 1706RuntimeType type = GetApproxDeclaringType(field.Value); 2201GetSignature(null, 0, fieldHandle.Value, null, declaringType);