1 instantiation of RTDynamicMethod
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
437m_dynMethod = new RTDynamicMethod(this, name, attributes, callingConvention);
2 references to RTDynamicMethod
mscorlib (2)
system\exception.cs (1)
470if (methBase is System.Reflection.Emit.DynamicMethod.RTDynamicMethod)
system\reflection\emit\dynamicmethod.cs (1)
45private RTDynamicMethod m_dynMethod;