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