1 write to m_dynamicMethod
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1102
m_dynamicMethod
= dm;
2 references to m_dynamicMethod
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
820
if (vaMeth.
m_dynamicMethod
== null)
827
methodHandle = vaMeth.
m_dynamicMethod
.GetMethodDescriptor().Value;