1 write to m_method
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
1027m_method = method;
2 references to m_method
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
1041module, m_method.Name, (byte[])m_scope[m_methodSignature], new DynamicResolver(this)); 1060public DynamicMethod DynamicMethod { get { return m_method; } }