1 write to ReturnType
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (1)
46ReturnType = returnType;
8 references to ReturnType
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
111returnType: AnalyzerResult.ReturnType, 633if (AnalyzerResult.ReturnType.GetMembers().Any(static x => x is IMethodSymbol
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
104var returnType = AnalyzerResult.ReturnType;
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
64ReturnType, 144return ReturnType.SpecialType != SpecialType.System_Void && !AwaitTaskReturn;
ExtractMethod\MethodExtractor.cs (1)
159var checkedStatus = await CheckTypeAsync(document.Document, context, context.GetLocation(), analyzeResult.ReturnType, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (2)
77returnType:=Me.AnalyzerResult.ReturnType, 342If AnalyzerResult.ReturnType.GetMembers().Any(