1 write to m_method
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
871m_method = method;
2 references to m_method
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
883module, m_method.Name, (byte[])m_scope[m_methodSignature]!, new DynamicResolver(this)); 893public DynamicMethod DynamicMethod => m_method;