2 references to AddAsyncModifierWithCorrectedTrivia
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
102
var (newModifiers, newReturnType) =
AddAsyncModifierWithCorrectedTrivia
(method.Modifiers, fixedReturnType);
117
var (newModifiers, newReturnType) =
AddAsyncModifierWithCorrectedTrivia
(