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