1 write to _hasDynamicStackAllocation
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
286
_hasDynamicStackAllocation
= true;
1 reference to _hasDynamicStackAllocation
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
52
internal bool HasDynamicStackAllocation =>
_hasDynamicStackAllocation
;