3 writes to m_module
mscorlib (3)
system\reflection\emit\dynamicmethod.cs (3)
380
m_module
= GetDynamicMethodsModule();
397
m_module
= m.ModuleHandle.GetRuntimeModule(); // this returns the underlying module for all RuntimeModule and ModuleBuilder objects.
411
m_module
= rtOwner.GetRuntimeModule();
6 references to m_module
mscorlib (6)
system\reflection\emit\dynamicmethod.cs (6)
585
m_DynamicILInfo.GetCallableMethod(
m_module
, this);
590
m_ilGenerator.GetCallableMethod(
m_module
, this);
653
RuntimeAssembly assembly =
m_module
.Assembly as RuntimeAssembly;
679
RuntimeAssembly assembly =
m_module
.Assembly as RuntimeAssembly;
705
RuntimeAssembly assembly =
m_module
.Assembly as RuntimeAssembly;
893
get { return m_owner.
m_module
; }