3 writes to m_canBeRuntimeImpl
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (3)
660m_canBeRuntimeImpl = true; 728m_canBeRuntimeImpl = true; 732m_canBeRuntimeImpl = true;
1 reference to m_canBeRuntimeImpl
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1630if ((body == null || body.Length == 0) && !meth.m_canBeRuntimeImpl)