1 write to m_method
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
1326m_method = method;
2 references to m_method
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
985methodHandle = vaMeth.m_method.MethodHandle.Value; 986typeHandle = vaMeth.m_method.GetDeclaringTypeInternal().GetTypeHandleInternal().Value;