2 writes to t_allowDynamicCode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (2)
113t_allowDynamicCode = true; 118t_allowDynamicCode = _previous;
2 references to t_allowDynamicCode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (2)
88if (!RuntimeFeature.IsDynamicCodeSupported && !t_allowDynamicCode) 112_previous = t_allowDynamicCode;