2 overrides of GetReturnTypeInfoWorker
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (1)
47
protected override (ITypeSymbol? returnType, bool returnsByRef)
GetReturnTypeInfoWorker
(CancellationToken cancellationToken)
ExtractMethod\CSharpSelectionResult.StatementResult.cs (1)
49
protected override (ITypeSymbol? returnType, bool returnsByRef)
GetReturnTypeInfoWorker
(CancellationToken cancellationToken)
1 reference to GetReturnTypeInfoWorker
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionResult.cs (1)
68
var (returnType, returnsByRef) =
GetReturnTypeInfoWorker
(cancellationToken);