1 write to m_fieldHandle
mscorlib (1)
system\reflection\fieldinfo.cs (1)
496m_fieldHandle = handle.Value;
6 references to m_fieldHandle
mscorlib (6)
system\reflection\fieldinfo.cs (6)
507return new RuntimeFieldHandleInternal(m_fieldHandle); 548return m.m_fieldHandle == m_fieldHandle; 586PerformVisibilityCheckOnField(m_fieldHandle, obj, m_declaringType, m_fieldAttributes, (uint)m_invocationFlags); 662PerformVisibilityCheckOnField(m_fieldHandle, obj, m_declaringType, m_fieldAttributes, (uint)(m_invocationFlags & ~INVOCATION_FLAGS.INVOCATION_FLAGS_SPECIAL_FIELD)); 796return m_fieldHandle;