2 writes to m_method
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
582m_method = (DynamicMethod)ilGenerator.m_methodBuilder; 594m_method = dynamicILInfo.DynamicMethod;
8 references to m_method
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (8)
583m_method._resolver = this; 595m_method._resolver = this; 616DynamicMethod method = m_method; 680if (m_method._restrictedSkipVisibility) 682else if (m_method._skipVisibility) 685typeOwner = m_method._typeOwner; 729initLocals = (m_method.InitLocals) ? 1 : 0; 839internal override MethodInfo GetDynamicMethod() => m_method;