2 writes to m_method
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
576
m_method
= (DynamicMethod)ilGenerator.m_methodBuilder;
588
m_method
= dynamicILInfo.DynamicMethod;
8 references to m_method
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (8)
577
m_method
._resolver = this;
589
m_method
._resolver = this;
610
DynamicMethod method =
m_method
;
674
if (
m_method
._restrictedSkipVisibility)
676
else if (
m_method
._skipVisibility)
679
typeOwner =
m_method
._typeOwner;
723
initLocals = (
m_method
.InitLocals) ? 1 : 0;
833
internal override MethodInfo GetDynamicMethod() =>
m_method
;