1 reference to IsSingleStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
256return block.Statements.Count == 1 && IsSingleStatement(block.Statements[0]);