2 references to FixMethodReturnType
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpMakeMethodSynchronousCodeFixProvider.cs (2)
48
var newReturnType =
FixMethodReturnType
(methodSymbol, method.ReturnType, knownTypes);
54
var newReturnType =
FixMethodReturnType
(methodSymbol, localFunction.ReturnType, knownTypes);