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