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