3 references to IsEmpty
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
247
if (statementRange.
IsEmpty
)
Microsoft.CodeAnalysis.Features (1)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
376
if (!statementRange.
IsEmpty
)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (1)
120
Return Not statementRange.
IsEmpty
AndAlso statementRange.FirstStatement Is statementRange.LastStatement