2 writes to m_method
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
599m_method = (DynamicMethod)ilGenerator.m_methodBuilder; 611m_method = dynamicILInfo.DynamicMethod;
8 references to m_method
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (8)
600m_method._resolver = this; 612m_method._resolver = this; 633DynamicMethod method = m_method; 697if (m_method._restrictedSkipVisibility) 699else if (m_method._skipVisibility) 702typeOwner = m_method._typeOwner; 746initLocals = (m_method.InitLocals) ? 1 : 0; 857internal override MethodInfo GetDynamicMethod() => m_method;