1 write to m_type
mscorlib (1)
system\reflection\emit\generictypeparameterbuilder.cs (1)
33
m_type
= type;
25 references to m_type
mscorlib (25)
system\reflection\emit\generictypeparameterbuilder.cs (22)
40
return
m_type
.Name;
49
return object.ReferenceEquals(g.
m_type
,
m_type
);
51
public override int GetHashCode() { return
m_type
.GetHashCode(); }
55
public override Type DeclaringType { get { return
m_type
.DeclaringType; } }
57
public override Type ReflectedType { get { return
m_type
.ReflectedType; } }
59
public override String Name { get { return
m_type
.Name; } }
61
public override Module Module { get { return
m_type
.Module; } }
63
internal int MetadataTokenInternal { get { return
m_type
.MetadataTokenInternal; } }
109
public override Assembly Assembly { get { return
m_type
.Assembly; } }
119
public override Type BaseType { get { return
m_type
.BaseType; } }
187
public override int GenericParameterPosition { get { return
m_type
.GenericParameterPosition; } }
189
public override bool ContainsGenericParameters { get { return
m_type
.ContainsGenericParameters; } }
191
public override GenericParameterAttributes GenericParameterAttributes { get { return
m_type
.GenericParameterAttributes; } }
193
public override MethodBase DeclaringMethod { get { return
m_type
.DeclaringMethod; } }
222
m_type
.SetGenParamCustomAttribute(con, binaryAttribute);
227
m_type
.SetGenParamCustomAttribute(customBuilder);
232
m_type
.CheckContext(baseTypeConstraint);
233
m_type
.SetParent(baseTypeConstraint);
239
m_type
.CheckContext(interfaceConstraints);
240
m_type
.SetInterfaces(interfaceConstraints);
245
m_type
.SetGenParamAttributes(genericParameterAttributes);
system\reflection\emit\methodbuilder.cs (2)
791
if (!tb.
m_type
.IsCreated()) tb.
m_type
.CreateType();
system\reflection\emit\typebuilder.cs (1)
2354
((GenericTypeParameterBuilder)tb).
m_type
.CreateType();