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