1 write to delegateCtorInfo
mscorlib (1)
system\rttype.cs (1)
5397
delegateCtorInfo
= ctorInfo; // this assignment should be last
2 references to delegateCtorInfo
mscorlib (2)
system\rttype.cs (2)
5407
if (
delegateCtorInfo
== null)
5412
CtorDelegate ctor = (CtorDelegate)
delegateCtorInfo
.Invoke(new Object[] { null, RuntimeMethodHandle.GetFunctionPointer(ace.m_hCtorMethodHandle) });