3 references to ContainsReturnStatementInSelectedCode
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (3)
176
!
ContainsReturnStatementInSelectedCode
(model))
216
if (!SelectionResult.SelectionInExpression &&
ContainsReturnStatementInSelectedCode
(model))
268
var containsReturnStatement =
ContainsReturnStatementInSelectedCode
(model);