2 references to WithoutAsyncModifier
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpMakeMethodSynchronousCodeFixProvider.cs (1)
40case AnonymousMethodExpressionSyntax method: return RemoveAsyncModifierHelpers.WithoutAsyncModifier(method);
CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
58AnonymousMethodExpressionSyntax method => AnnotateBlock(generator, RemoveAsyncModifierHelpers.WithoutAsyncModifier(method)),