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