mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The Display-options "Expand using declarations / member definitions after decompilation" checkboxes had no effect: the live decompile cloned DecompilerSettings and baked in the language version but never copied these two flags from DisplaySettings. TextTokenWriter reads settings.ExpandUsingDeclarations / ExpandMemberDefinitions to decide each fold's DefaultClosed, so without the bridge both defaulted false and every using / member fold came back collapsed regardless of the setting.pull/3755/head
2 changed files with 44 additions and 1 deletions
Loading…
Reference in new issue