1 write to m_type
mscorlib (1)
system\reflection\emit\xxxontypebuilderinstantiation.cs (1)
130
m_type
= type;
2 references to m_type
mscorlib (2)
system\reflection\emit\xxxontypebuilderinstantiation.cs (2)
147
public override Type DeclaringType { get { return
m_type
; } }
148
public override Type ReflectedType { get { return
m_type
; } }