2 writes to m_type
mscorlib (2)
system\runtimehandles.cs (2)
148m_type = type; 888m_type = m;
16 references to m_type
mscorlib (16)
system\runtimehandles.cs (16)
36RuntimeType type = m_type; 46RuntimeType type = m_type; 111return m_type != null ? m_type.GetHashCode() : 0; 121return handle.m_type == m_type; 127return handle.m_type == m_type; 137return m_type != null ? m_type.m_handle : IntPtr.Zero; 153return m_type == null; 261return m_type; 284return new ModuleHandle(RuntimeTypeHandle.GetModule(m_type)); 890if (m_type == null) 901if (m_type == null) 904info.AddValue("TypeObj", m_type, typeof(RuntimeType));