2 references to FixMethodReturnType
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodSynchronous\CSharpMakeMethodSynchronousCodeFixProvider.cs (2)
46
var newReturnType =
FixMethodReturnType
(methodSymbol, method.ReturnType, knownTypes);
52
var newReturnType =
FixMethodReturnType
(methodSymbol, localFunction.ReturnType, knownTypes);