Code inspection: Convert into 'using' declaration

Last modified: 25 September 2024

If a using statement is at the end of a code block, this inspection suggests converting it into a more concise syntax of the using declaration.

The resource will be disposed at the end of the containing block anyway, so this is an opportunity to reduce code nesting without decreasing its readability.