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