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