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