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