1 write to m_methodHandle
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
772
scout.
m_methodHandle
= method.m_methodHandle.Value;
3 references to m_methodHandle
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (3)
782
if (
m_methodHandle
.IsNullHandle())
786
if (RuntimeMethodHandle.GetResolver(
m_methodHandle
) != null)
798
RuntimeMethodHandle.Destroy(
m_methodHandle
);