magic icon indicating copy to clipboard operation
magic copied to clipboard

Track FieldBuilder volatility

Open nasser opened this issue 5 years ago • 0 comments

Due to a limitation in System.Reflection.Emit we cannot call GetRequiredCustomModifiers on FieldBuilders. We need this to know if a FieldBuilder is volatile or not. We were doing our own bookkeeping to keep track of this, but a recent change has rolled that back. We might want to look into a more generic strategy to get around System.Refection.Emit limitations, because this keeps coming up...

nasser avatar Jul 28 '20 19:07 nasser