1 write to m_runtimeType
mscorlib (1)
system\rttype.cs (1)
1599m_runtimeType = runtimeType;
7 references to m_runtimeType
mscorlib (7)
system\rttype.cs (7)
1609name = new RuntimeTypeHandle(m_runtimeType).ConstructName(formatFlags); 1685if (!m_runtimeType.GetRootElementType().IsGenericTypeDefinition && m_runtimeType.ContainsGenericParameters) 1713Type type = m_runtimeType; 1747return m_runtimeType; 1769m_serializationCtor = m_runtimeType.GetConstructor( 1787for (RuntimeType t = m_runtimeType; t != null; t = t.GetBaseType())