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