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