3 references to AnnotateBlock
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpRemoveAsyncModifierCodeFixProvider.cs (3)
58
AnonymousMethodExpressionSyntax method =>
AnnotateBlock
(generator, RemoveAsyncModifierHelpers.WithoutAsyncModifier(method)),
59
ParenthesizedLambdaExpressionSyntax lambda =>
AnnotateBlock
(generator, RemoveAsyncModifierHelpers.WithoutAsyncModifier(lambda)),
60
SimpleLambdaExpressionSyntax lambda =>
AnnotateBlock
(generator, RemoveAsyncModifierHelpers.WithoutAsyncModifier(lambda)),