3 writes to m_methodHandle
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (2)
44dm.m_methodHandle = ModuleHandle.GetDynamicMethod(dm, 1040dm.m_methodHandle = ModuleHandle.GetDynamicMethod(dm,
system\reflection\emit\dynamicmethod.cs (1)
421m_methodHandle = null;
14 references to m_methodHandle
mscorlib (14)
system\reflection\emit\dynamicilgenerator.cs (2)
748if (method.m_methodHandle == null) 772scout.m_methodHandle = method.m_methodHandle.Value;
system\reflection\emit\dynamicmethod.cs (12)
537System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(m_methodHandle); 553System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(m_methodHandle); 581if (m_methodHandle == null) { 583if (m_methodHandle == null) { 595return new RuntimeMethodHandle(m_methodHandle); 640if (m_methodHandle != null) 642return RuntimeMethodHandle.IsSecurityCritical(m_methodHandle); 666if (m_methodHandle != null) 668return RuntimeMethodHandle.IsSecuritySafeCritical(m_methodHandle); 692if (m_methodHandle != null) 694return RuntimeMethodHandle.IsSecurityTransparent(m_methodHandle); 730this.m_methodHandle, m_parameterTypes, m_returnType, CallingConvention);