1 write to m_hCtorMethodHandle
mscorlib (1)
system\rttype.cs (1)
5371
m_hCtorMethodHandle
= rmh;
5 references to m_hCtorMethodHandle
mscorlib (5)
system\rttype.cs (5)
5372
if (!
m_hCtorMethodHandle
.IsNullHandle())
5373
m_ctorAttributes = RuntimeMethodHandle.GetAttributes(
m_hCtorMethodHandle
);
5405
Contract.Assert(!ace.
m_hCtorMethodHandle
.IsNullHandle(), "Expected the default ctor method handle for a reference type.");
5412
CtorDelegate ctor = (CtorDelegate)delegateCtorInfo.Invoke(new Object[] { null, RuntimeMethodHandle.GetFunctionPointer(ace.
m_hCtorMethodHandle
) });
5531
RuntimeMethodHandle.PerformSecurityCheck(instance, ace.
m_hCtorMethodHandle
, this, (uint)INVOCATION_FLAGS.INVOCATION_FLAGS_CONSTRUCTOR_INVOKE);