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