2 references to WithoutAsyncModifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpMakeMethodSynchronousCodeFixProvider.cs (1)
41
case ParenthesizedLambdaExpressionSyntax lambda: return RemoveAsyncModifierHelpers.
WithoutAsyncModifier
(lambda);
CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
59
ParenthesizedLambdaExpressionSyntax lambda => AnnotateBlock(generator, RemoveAsyncModifierHelpers.
WithoutAsyncModifier
(lambda)),