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