3 writes to m_creatorAssembly
mscorlib (3)
system\reflection\emit\dynamicmethod.cs (3)
430
m_creatorAssembly
= RuntimeAssembly.GetExecutingAssembly(ref stackMark);
470
m_creatorAssembly
= callingType.GetRuntimeAssembly();
510
m_creatorAssembly
= callingType.GetRuntimeAssembly();
5 references to m_creatorAssembly
mscorlib (5)
system\reflection\emit\dynamicmethod.cs (5)
429
if (
m_creatorAssembly
== null)
432
if (
m_creatorAssembly
!= null && !
m_creatorAssembly
.IsFrameworkAssembly())
471
if (m.Assembly !=
m_creatorAssembly
)
513
if (rtOwner.Assembly !=
m_creatorAssembly
)