2 references to GetReturnType
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
669
return type.Equals(SelectionResult.
GetReturnType
(this.CancellationToken));
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
262
var returnType = SelectionResult.
GetReturnType
(cancellationToken);