3 writes to m_typeParent
mscorlib (3)
system\reflection\emit\typebuilder.cs (3)
2495m_typeParent = parent; 2501m_typeParent = typeof(Object); 2509m_typeParent = null;
10 references to m_typeParent
mscorlib (10)
system\reflection\emit\typebuilder.cs (10)
693if (m_typeParent != null) 694tkParent = m_module.GetTypeTokenInternal(m_typeParent).Token; 1122get{ return m_typeParent; } 1803if (m_typeParent is TypeBuilderInstantiation) 1805Type genericTypeDefinition = m_typeParent.GetGenericTypeDefinition(); 1813Type inst = genericTypeDefinition.MakeGenericType(m_typeParent.GetGenericArguments()); 1825con = m_typeParent.GetConstructor(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic, null, Type.EmptyTypes, null); 2307if (m_typeParent != null) 2308tkParent = m_module.GetTypeTokenInternal(m_typeParent).Token; 2314if (m_typeParent != null)