2 references to FixMethodReturnType
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
95FixMethodReturnType(keepVoid, methodSymbol, method.ReturnType, knownTypes, cancellationToken)); 108FixMethodReturnType(keepVoid, methodSymbol, localFunction.ReturnType, knownTypes, cancellationToken));