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