3 writes to m_canBeRuntimeImpl
mscorlib (3)
system\reflection\emit\methodbuilder.cs (3)
1109m_canBeRuntimeImpl = true; 1231m_canBeRuntimeImpl = true; 1234m_canBeRuntimeImpl = true;
1 reference to m_canBeRuntimeImpl
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
2423if ((body == null || body.Length == 0) && !meth.m_canBeRuntimeImpl)