2 references to WithoutAsyncModifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpMakeMethodSynchronousCodeFixProvider.cs (1)
55return RemoveAsyncModifierHelpers.WithoutAsyncModifier(localFunction, newReturnType);
CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
57LocalFunctionStatementSyntax localFunction => RemoveAsyncModifierHelpers.WithoutAsyncModifier(localFunction, localFunction.ReturnType),