2 references to GetReturnTypeInfo
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
158var (returnType, returnsByRef) = SelectionResult.GetReturnTypeInfo(this.CancellationToken);
ExtractMethod\SelectionResult.cs (1)
73=> GetReturnTypeInfo(cancellationToken).returnType;