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