2 writes to m_method
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
705m_method = (DynamicMethod)ilGenerator.m_methodBuilder; 721m_method = dynamicILInfo.DynamicMethod;
11 references to m_method
mscorlib (11)
system\reflection\emit\dynamicilgenerator.cs (11)
706m_method.m_resolver = this; 722m_method.m_resolver = this; 743DynamicMethod method = m_method; 819if (m_method.m_restrictedSkipVisibility) 821else if (m_method.m_skipVisibility) 824typeOwner = m_method.m_typeOwner; 827if (m_method.m_creationContext != null) 830if(m_method.m_creationContext.CanSkipEvaluation) 878initLocals = (m_method.InitLocals) ? 1 : 0; 923return m_method.m_creationContext; 1002return m_method.GetMethodInfo();