2 writes to m_method
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
598m_method = (DynamicMethod)ilGenerator.m_methodBuilder; 610m_method = dynamicILInfo.DynamicMethod;
8 references to m_method
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (8)
599m_method._resolver = this; 611m_method._resolver = this; 632DynamicMethod method = m_method; 696if (m_method._restrictedSkipVisibility) 698else if (m_method._skipVisibility) 701typeOwner = m_method._typeOwner; 745initLocals = (m_method.InitLocals) ? 1 : 0; 855internal override MethodInfo GetDynamicMethod() => m_method;