ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Analysis window add read-only ldsflda to "Assigned By" list

Open sgkoishi opened this issue 3 years ago • 1 comments

image image

Details

sgkoishi avatar Apr 18 '21 20:04 sgkoishi

In principle the combination ldsflda + call can end up mutating the field, if the called method mutates this. We'd need to special case System.Boolean::ToString as "known not to mutate this".

dgrunwald avatar Apr 19 '21 12:04 dgrunwald