Fixed a bug in MiKo_3301_CodeFixProvider to ensure that lambda expressions retain their modifiers when transformed.
Added a new test case in MiKo_3301_ParenthesizedLambdaExpressionUsesExpressionBodyAnalyzerTests to verify the code fix for async parenthesized lambda expressions.
MiKo_3301_CodeFixProvider
to ensure that lambda expressions retain their modifiers when transformed.MiKo_3301_ParenthesizedLambdaExpressionUsesExpressionBodyAnalyzerTests
to verify the code fix for async parenthesized lambda expressions.(resolves #1108)